Ryder Gee's Words = 100 Page
In the pop-up box, guess a word to see if it equals 100.
user_word = input().lower()
if user_word.isalpha():
print("Thanks for the word \'"+ user_word + "\', your score is coming soon")
else:
print("Please write a word, without any numbers or symbols")