From 417669ce28d3f9380b1e795cab250fb7a3144019 Mon Sep 17 00:00:00 2001 From: s45162 Date: Sun, 3 Dec 2017 15:20:59 +0100 Subject: [PATCH] Merge branch 'master' of https://git.wmi.amu.edu.pl/tdwojak/Python2017 # Conflicts: # labs02/test_task.py --- labs04/task01.py | 1 + 1 file changed, 1 insertion(+) diff --git a/labs04/task01.py b/labs04/task01.py index 27593b6..d9eaba4 100644 --- a/labs04/task01.py +++ b/labs04/task01.py @@ -7,4 +7,5 @@ def is_numeric(lista): return False return True + print(is_numeric([5,56])) \ No newline at end of file