Ministério da Educação
Brasil um país de todos
Personal tools
You are here: Home Members Cicero Garrozi Disciplinas 2014 em diante Introdução à Programação Arquivos 2016-1 Algoritmos exercicio-arquivos.py
Navigation
Log in


Forgot your password?
 
Document Actions

exercicio-arquivos.py

by Cicero Garrozi last modified 2015-11-03 05:22

Click here to get the file

Size 1 kB - File type text/python-source

File contents

f = open("3novembro.txt", "w")
for i in range(1000000):
    #f.write("cicero ")
    f.write("%d\n"%i)
f.close()

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: