Exerpad

Fix the Call

This function is defined but never called. Add the call to make it work!

Expected output:

text
Welcome to Python!

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python
def welcome():
print("Welcome to Python!")