From 8026281dc8da0abf1a5fe76ba263986a841a4e1a Mon Sep 17 00:00:00 2001 From: Dirk Seibel Date: Fri, 14 Feb 2025 09:31:16 +0100 Subject: [PATCH] =?UTF-8?q?Ich=20habe=20eine=20=C3=84nderung=20gemacht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 29f216b..80caa35 100644 --- a/test.py +++ b/test.py @@ -1 +1,4 @@ -print("Hallo") \ No newline at end of file +print("Hallo") +a=int(input("Gib eine Zahl ein")) +b=a*2 +print (b) \ No newline at end of file