Python : hangman game

前端 未结 0 1629
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 02:15
import random
from typing import List
import sys
words =  [ \'apple\', \'tree\', \'python\', \'bench\', \'float\' ]
word = random.choice(words) 
guesses= []
f = &quo         


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