s407259-mlworkshops/script.py

5 lines
139 B
Python
Raw Normal View History

2019-04-26 11:26:54 +02:00
num_lines = sum(1 for line in open('./Infra/wikiniews_results.tsv'))
2019-04-26 11:25:37 +02:00
2019-04-26 11:29:09 +02:00
file = open('num_lines.py', 'w')
file.write('num_lines')
file.close()