From d4032d19c00fee1f6a5c5087d18129333dc660d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Tue, 4 Apr 2023 20:15:54 +0200 Subject: [PATCH] dsfg --- count_lines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count_lines.py b/count_lines.py index 0a2d2fe..262cffc 100644 --- a/count_lines.py +++ b/count_lines.py @@ -12,4 +12,4 @@ if __name__ == '__main__': args = parser.parse_args() num_lines = count_lines(args.input_file) - print(f'Number of lines: {num_lines}') \ No newline at end of file + print(f'--input_file lines number: {num_lines}') \ No newline at end of file