From 3da604fb3edb34570ebf831e06a4eba753882530 Mon Sep 17 00:00:00 2001 From: Kilokem Date: Fri, 13 Sep 2024 11:34:26 +0200 Subject: [PATCH] first --- LearnTheBasics/HelloWorld.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 LearnTheBasics/HelloWorld.py diff --git a/LearnTheBasics/HelloWorld.py b/LearnTheBasics/HelloWorld.py new file mode 100644 index 0000000..f6cd10a --- /dev/null +++ b/LearnTheBasics/HelloWorld.py @@ -0,0 +1,4 @@ +x = 1 +if(x == 1): + print("Its a one!") +print("Hello World!") \ No newline at end of file