How to select a random word from a txt file in python version 3.4?
** I have a txt file called ‘All_Words’ and it consist of 2000 words and i’m making a hangman so i needed to choose a random word i’ve already thought of picking a random number from 0 to 2000 and read the line of the number to chose but i don’t know how to do… Read More How to select a random word from a txt file in python version 3.4?