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