petite-difference-challenge2/run.py

4 lines
124 B
Python
Raw Normal View History

2022-04-13 11:11:44 +02:00
with open('test-A/in.tsv') as f_in, open('test-A/out.tsv','w') as f_out:
for line in f_in:
f_out.write('0.8\n')