import random from typing import List words = [ \'apple\', \'tree\', \'python\', \'bench\', \'float\' ] word = random.choice(words) guesses= [] letter_storage = []