Python : hangman game guessing with multiple letters

前端 未结 0 436
执笔经年
执笔经年 2020-12-07 03:54
import random
from typing import List
import sys
words =  [ \'apple\', \'tree\', \'python\', \'bench\', \'float\' ]
word = random.choice(words) 
guesses= []
f = &quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题