Win 15: 2024-06-20 19:48:22
This commit is contained in:
parent
1717207541
commit
0e33d69ea8
@ -72,3 +72,10 @@ Wenn wir nichts zurück geben wird automatisch der Wert None zurück gegeben!!!
|
||||
|
||||
Aufruf der Funktion:
|
||||
say_hello("Ralf","Koop")
|
||||
|
||||
|
||||
**def** maximum(a,b):
|
||||
if a < b
|
||||
return b
|
||||
else:
|
||||
return a
|
Loading…
Reference in New Issue
Block a user