I only can type 1 letter , how do I let the code know that 2 or more letters are also okay?

前端 未结 0 1544
旧时难觅i
旧时难觅i 2020-12-06 23:01
import random
from typing import List
words =  [ \'apple\', \'tree\', \'python\', \'bench\', \'float\' ]
word = random.choice(words) 
guesses= []
letter_storage = []         


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