14 lines
186 B
Python
14 lines
186 B
Python
|
#!/bin/python3
|
||
|
|
||
|
import sys
|
||
|
from pprint import pprint
|
||
|
|
||
|
input_f = sys.argv[1]
|
||
|
|
||
|
result = 0
|
||
|
|
||
|
with open(input_f) as file:
|
||
|
for line in file:
|
||
|
tmp = line.split(x)
|
||
|
print(tmp)
|