Ministério da Educação
Brasil um país de todos
Personal tools
Navigation
Log in


Forgot your password?
 
Document Actions

carrega-dic.py

by Cicero Garrozi last modified 2014-05-12 05:22

Click here to get the file

Size 1 kB - File type text/python-source

File contents

palavras = []
f = open("Lista-de-Palavras.txt", "r")
for p in f:
    palavras.append(p[:-1]) #removendo o "enter" do final
f.close()

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: