Out write
This commit is contained in:
parent
4958ce6f7b
commit
0950449296
1 changed files with 7 additions and 0 deletions
7
main.py
7
main.py
|
@ -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()
|
Reference in a new issue