This commit is contained in:
Tomasz Łysiak 2019-04-26 11:29:09 +02:00
parent ef51b0d77e
commit 4511276f34

View File

@ -1,4 +1,5 @@
num_lines = sum(1 for line in open('./Infra/wikiniews_results.tsv'))
print(num_lines)
file = open('num_lines.py', 'w')
file.write('num_lines')
file.close()