07-25-2023, 10:39 AM
def greet(name, *, prefix="Hello"):
print(prefix + ", " + name)
greet("John", prefix="Hi") # Output: Hi, John
print(prefix + ", " + name)
greet("John", prefix="Hi") # Output: Hi, John
Also follow me on Youtube for videos about video games:
https://www.youtube.com/channel/UCxfkGVU...2mQ/videos
https://www.youtube.com/channel/UCxfkGVU...2mQ/videos