From dd8e285d2b51db976716b2b4a0f5a050b071a5db Mon Sep 17 00:00:00 2001 From: annika koenig Date: Wed, 17 Jun 2026 14:54:04 +0200 Subject: [PATCH] Erstes Python-Programm --- hallo.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hallo.py diff --git a/hallo.py b/hallo.py new file mode 100644 index 0000000..1f1793d --- /dev/null +++ b/hallo.py @@ -0,0 +1 @@ +print("Hallo Welt") \ No newline at end of file