From 74a589567a016fdac256e985f8a1df0cd24f1242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Ko=C5=9Bcielski?= Date: Sat, 10 Oct 2020 09:50:21 +0200 Subject: [PATCH 1/3] Hello test messed up. --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index d4fb0b0..ecb6701 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'wrold' def main(): From 8481a277d875cecaea05539d8d25a95e15af1062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Ko=C5=9Bcielski?= Date: Sat, 10 Oct 2020 10:26:42 +0200 Subject: [PATCH 2/3] hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index ecb6701..7f32d46 100644 --- a/hello.py +++ b/hello.py @@ -7,6 +7,7 @@ def hello(what): def say_what(): + print('No jednak nie.') return 'wrold' From 0c70dfc7cd3e2aa4d781b8b4d171a8db9a6b3841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Ko=C5=9Bcielski?= Date: Sat, 10 Oct 2020 10:30:06 +0200 Subject: [PATCH 3/3] tak --- hello.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hello.py b/hello.py index 7f32d46..d4fb0b0 100644 --- a/hello.py +++ b/hello.py @@ -7,8 +7,7 @@ def hello(what): def say_what(): - print('No jednak nie.') - return 'wrold' + return 'world' def main():