-
def drink(name=”water”):
#return f”Enjoy your {name}!”
return f”coffee + {name}!”
print(drink())1 Comment
Groups
Recent posts
Python Functions: Default Arguments, *args, and **kwargs
- January 31, 2025
Python Functions: Reusable and Modular Code
- January 31, 2025
Working with Python Collections and Iterables
- January 31, 2025
ADDRESS
Algeria
Website
Phone Number
+213790299296
Media
Photos
Videos
Audios
Files
coffee + water!