Untitled
unknown
plain_text
2 years ago
179 B
9
Indexable
def hallo(name):
print("Hallo", name)
if name == "Lutz":
print("Oh, ich kenne dich Lutz. :-)")
hallo("Max")
hallo("Aimee")
hallo("Dustin")
hallo("Lutz")Editor is loading...
Leave a Comment