##// END OF EJS Templates
imanay -
r67:68
parent child
Show More
@@ -0,0 +1,8
1 n = 16384 + 1
2 #n = 32768 + 1
3 fd = open("input2.txt","w")
4 for i in range(n):
5 fd.write("@")
6 fd.write("quit")
7 fd.close()
8 print "terminado"
General Comments 0
You need to be logged in to leave comments. Login now