##// END OF EJS Templates
- Agregada la funcion que permite enviar un archivo a la API cliente de ABS CONTROL.
- Agregada la funcion que permite enviar un archivo a la API cliente de ABS CONTROL.

File last commit:

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