why can't my imported words run in python?

前端 未结 0 729
独厮守ぢ
独厮守ぢ 2021-01-05 08:06

import random from words import words import string

def get_valid_word(words): word = random.choice(words) #randomly chooses something from that list while \'-\' in w

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