Out write

master
JLo'w 2016-02-11 20:35:35 +01:00
parent 4958ce6f7b
commit 0950449296
1 changed files with 7 additions and 0 deletions

View File

@ -121,3 +121,10 @@ def end():
print("--- End!")
# IA
#Out file
f = open(sys.argv[1] + '_out', 'w')
f.write(len(Out)/10 + '\n' + Out)
f.close()