Python Word Guessing Game

preview_player
Показать описание
This Python program reads a file of 3,000 words and chooses 10 randomly from it. The user types letters and the program shows where the letters occur in each word. Uses file I/O and list comprehensions.
Рекомендации по теме
Комментарии
Автор

Thanks man!

Not the exact thing I'm looking for but this gave me an idea

wholesomedegenerate
Автор

I am using pycharm and it shows me an error. And says there's no such file. But the file is there on my dextop

gareebi