JNat

Resultados 1 preguntas formuladas por JNat

Si tengo esto: def oneFunction(lists): category=random.choice(list(lists.keys())) word=random.choice(lists[category]) def anotherFunction(): for letter in word: #problem is here print("_",end=" ") Lo he definido previamente lists, por lo que oneFunction(lists)funciona perfectamente. Mi problema