##// END OF EJS Templates
Configuration file of the control module as an argument of the main aplication: Testing 1
Configuration file of the control module as an argument of the main aplication: Testing 1

File last commit:

r69:70
r224:225
Show More
file.py
8 lines | 138 B | text/x-python | PythonLexer
n = 511 + 1
#n = 32768 + 1
fd = open("input3.txt","w")
for i in range(n):
fd.write("@")
fd.write("quit")
fd.close()
print "terminado"