SyntaxFix
Write A Post
Hire A Developer
Questions
def oneFunction(lists): category=random.choice(list(lists.keys())) word=random.choice(lists[category]) return word def anotherFunction(): for letter in word: print("_",end=" ")