From ef51b0d77e6729ca10ddcd24539dbf37864afd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81ysiak?= Date: Fri, 26 Apr 2019 11:27:21 +0200 Subject: [PATCH] v3 --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index 04b07cc..e024ac9 100644 --- a/script.py +++ b/script.py @@ -1,4 +1,4 @@ num_lines = sum(1 for line in open('./Infra/wikiniews_results.tsv')) -print(num_liens) \ No newline at end of file +print(num_lines) \ No newline at end of file