diff --git a/main.py b/main.py index 16cc291..cf9ebd6 100644 --- a/main.py +++ b/main.py @@ -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() \ No newline at end of file