From 201c203866ab19f591c6b3d6e5670187c5d5c330 Mon Sep 17 00:00:00 2001 From: s45167 Date: Sun, 19 Nov 2017 15:00:42 +0100 Subject: [PATCH] =?UTF-8?q?Rozwi=C4=85zanie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: s45167 --- labs02/test_task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/labs02/test_task.py b/labs02/test_task.py index 6c0b8fa..f54d19d 100755 --- a/labs02/test_task.py +++ b/labs02/test_task.py @@ -6,6 +6,7 @@ def suma(a, b): """ Napisz funkcję, która zwraca sumę elementów. """ + #moje rozwiązanie return a+b def tests(f):