Gixed C05
This commit is contained in:
parent
96e7136c5e
commit
18ee7b7212
@ -73,12 +73,12 @@ def what_is_the_ended_positions():
|
|||||||
array += line
|
array += line
|
||||||
return array
|
return array
|
||||||
|
|
||||||
used_table = 'multi.arg'
|
# used_table = 'multi.arg'
|
||||||
input_file = 'multi.in'
|
# input_file = 'multi.in'
|
||||||
output_file = 'multi.out'
|
# output_file = 'multi.out'
|
||||||
# used_table = sys.argv[1]
|
used_table = sys.argv[1]
|
||||||
# input_file = sys.argv[2]
|
input_file = sys.argv[2]
|
||||||
# output_file = sys.argv[3]
|
output_file = sys.argv[3]
|
||||||
with open(output_file, 'w', encoding='utf-8') as readed_output_file:
|
with open(output_file, 'w', encoding='utf-8') as readed_output_file:
|
||||||
with open(input_file, 'r', encoding='utf-8') as readed_input_file:
|
with open(input_file, 'r', encoding='utf-8') as readed_input_file:
|
||||||
for row_input_file in readed_input_file:
|
for row_input_file in readed_input_file:
|
||||||
|
Loading…
Reference in New Issue
Block a user