Learning-Python-Team / word-game-tool

Basic tool to help players of word games, based around Scrabble, find the score of their words and assist them selecting the optimal word
MIT License
7 stars 8 forks source link

exit_program script #19

Closed saiyencoder closed 5 years ago

saiyencoder commented 5 years ago
JiggsUK commented 5 years ago

I would clean up the .upper() from all the validates - it would be cleaner to add it to the end of the input line (line 6)