Win 15: 2024-06-20 19:37:10

This commit is contained in:
Ralfk 2024-06-20 19:37:10 +02:00
parent 0a77a90d6f
commit cf76c5beeb

View File

@ -57,8 +57,8 @@ else:
#### Funktionen #### Funktionen
**def** say_hello(): **def** say_hello(name):
befehle print("Hallo " + name)
Aufruf der Funktion: Aufruf der Funktion:
say_hello() say_hello("Ralf")