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 2014-1 Algoritmos exercicio-arquivos.py
Navigation
Log in


Forgot your password?
 
Document Actions

exercicio-arquivos.py

by Cicero Garrozi last modified 2014-06-03 07:05

Click here to get the file

Size 1 kB - File type text/python-source

File contents

f = open("3junho.txt", "w")
for i in range(100000000):
    f.write("%d\n"%i)
f.close()

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: