Not able to display random words in python

后端 未结 0 1970
逝去的感伤
逝去的感伤 2020-11-29 12:27
import random
from words import voc_list
import time
from plyer import notification

def get_word():
    word = random.choice(voc_list)
    return word.upper()

if _         


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