From 58db18a961110a7f6465ebfb7174508ad16dff45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81ysiak?= Date: Fri, 26 Apr 2019 11:25:37 +0200 Subject: [PATCH] v3 --- script.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script.py b/script.py index aeb9548..a7bfc2b 100644 --- a/script.py +++ b/script.py @@ -1 +1,4 @@ -print('Infra22') \ No newline at end of file +num_lines = sum(1 for line in open('./Infra')) + + +print(num_liens) \ No newline at end of file