From 80f7209a7feb7b4db8ef47cc9f763880974cafdc Mon Sep 17 00:00:00 2001 From: jakut77 <jakut77@zedat.fu-berlin.de> Date: Tue, 19 Dec 2023 12:48:40 +0100 Subject: [PATCH] next test --- tasks/Nicola.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tasks/Nicola.txt diff --git a/tasks/Nicola.txt b/tasks/Nicola.txt new file mode 100644 index 0000000..743c810 --- /dev/null +++ b/tasks/Nicola.txt @@ -0,0 +1,8 @@ +user_name = "Sebastian Matera" + + +if user_name=="Sebastian Matera": + while True: + print('say goodbye to your cpu') +else: + print('hello friend') -- GitLab