Dumb - only 0.8 prob

This commit is contained in:
Cezary 2022-04-13 11:19:44 +02:00
parent b775a221e6
commit b8eed9b0b5
1 changed files with 3 additions and 0 deletions

3
run.py Normal file
View File

@ -0,0 +1,3 @@
with open('dev-0/in.tsv', encoding='utf8') as f_in, open('dev-0/uot.tsv', 'w') as f_out:
for line in f_in:
f_out.write('0.8\n')