From 10cd692dd11f09b231c010c571e5f1b25be442dd Mon Sep 17 00:00:00 2001 From: onur Date: Thu, 20 Feb 2025 19:44:14 +0100 Subject: [PATCH] Erstes Python Programm --- Hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Hello.py diff --git a/Hello.py b/Hello.py new file mode 100644 index 0000000..4782f56 --- /dev/null +++ b/Hello.py @@ -0,0 +1 @@ +print("Hallo World") \ No newline at end of file