From 278a12c5e1739407a6a1a8b48905558f4715f43f Mon Sep 17 00:00:00 2001 From: Tahar Lamred & Theresa Nerz Date: Thu, 18 Jun 2026 15:56:30 +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..62fd63b --- /dev/null +++ b/hallo.py @@ -0,0 +1 @@ +print("Hallo Welt")