From f90f289ff058cc675a85d0ab8e8e94bf23dab7ab Mon Sep 17 00:00:00 2001 From: Marcin4433 <56190677+Marcin4433@users.noreply.github.com> Date: Sat, 10 Oct 2020 09:10:17 +0200 Subject: [PATCH 1/3] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index d4fb0b0..0bab919 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,7 @@ def say_what(): def main(): hello(say_what()) + print("xD") return 0 From 7b9141ffef83b319c526466ea6b5ae4109a88226 Mon Sep 17 00:00:00 2001 From: Marcin4433 <56190677+Marcin4433@users.noreply.github.com> Date: Sat, 10 Oct 2020 09:30:03 +0200 Subject: [PATCH 2/3] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index 0bab919..f69b81f 100644 --- a/hello.py +++ b/hello.py @@ -13,6 +13,7 @@ def say_what(): def main(): hello(say_what()) print("xD") + print("xD") return 0 From 8ea20908ca73a6fc407b790f03d40133e8325607 Mon Sep 17 00:00:00 2001 From: Marcin4433 <56190677+Marcin4433@users.noreply.github.com> Date: Sat, 10 Oct 2020 09:41:13 +0200 Subject: [PATCH 3/3] Update hello.py addding xD --- hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.py b/hello.py index f69b81f..0beb6c8 100644 --- a/hello.py +++ b/hello.py @@ -12,8 +12,8 @@ def say_what(): def main(): hello(say_what()) - print("xD") - print("xD") + print('xD') + print('xD') return 0