Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

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!")