Erstes Python Programm

This commit is contained in:
Mara Zöllner 2026-06-17 12:53:37 +02:00
parent 3501939445
commit f6a744611e

2
hallo.py Normal file
View file

@ -0,0 +1,2 @@
print("Hallo Welt")
print(3 + 5)