Out write

This commit is contained in:
JLo'w 2016-02-11 20:35:35 +01:00
parent 4958ce6f7b
commit 0950449296

View file

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