Today i addressed my incorrect length of words problem. This was due to a silly mistake in writing the code as i had typed the same thing twice " word = random.choice(wordBank)" and i had my modules in the wrong order, When i ran the program it selected another word. Then when the program went to find a new word it found another random one, thus printing the incorrect letters. I now plan to add the progress report after every guess
No comments:
Post a Comment