In a python tutorial to implement the hangman game, the instructor used following if statement,
if user_letter in alphabet - used_letters: used_letters.ad