@@ -0,0 +1,8 | |||
|
1 | n = 16384 + 1 | |
|
No newline at end of file | ||
|
2 | #n = 32768 + 1 | |
|
No newline at end of file | ||
|
3 | fd = open("input2.txt","w") | |
|
No newline at end of file | ||
|
4 | for i in range(n): | |
|
No newline at end of file | ||
|
5 | fd.write("@") | |
|
No newline at end of file | ||
|
6 | fd.write("quit") | |
|
No newline at end of file | ||
|
7 | fd.close() | |
|
No newline at end of file | ||
|
8 | print "terminado" No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now