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