From 134cb0b66ece2d128471faea57826849b1095bf8 Mon Sep 17 00:00:00 2001 From: Raspithek Date: Fri, 17 Feb 2023 09:59:58 +0100 Subject: [PATCH] =?UTF-8?q?Demoprogramm=20f=C3=BCr=20Teil1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- teil1/first.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 teil1/first.py diff --git a/teil1/first.py b/teil1/first.py new file mode 100644 index 0000000..a35d17b --- /dev/null +++ b/teil1/first.py @@ -0,0 +1,4 @@ +print('Hello World') +print('Hello Homer') +print('Hello Marge') +print('Hello Bart')