Updated 2017
This commit is contained in:
@@ -31,7 +31,6 @@ sum = 0
|
||||
with open(input_f) as file:
|
||||
for line in file:
|
||||
line = list(map(int,line.rstrip('\n').split()))
|
||||
print(line)
|
||||
for idx,i in enumerate(line):
|
||||
length=len(line)
|
||||
for j in range(0,length):
|
||||
|
||||
Reference in New Issue
Block a user