Skip to content. | Skip to navigation
Click here to get the file
palavras = [] f = open("Lista-de-Palavras.txt", "r") for p in f: palavras.append(p[:-1]) #removendo o "enter" do final f.close()
This site conforms to the following standards: