Exercise 6 · Chapter: FunctionsRequired+50 XP
Fix the Call
This function is defined but never called. Add the call to make it work!
Expected output:
Welcome to Python!
Need a hint?
3 available · costs 5 XP each
python
def welcome():
print("Welcome to Python!")
Output
Run your code to see the output here.