0
This func is not working in the exercise
def welcome(): name= input() print("Welcome,"+name) welcome()
2 Antworten
+ 4
It works in the code playground. Do you mean it isn't giving a green tick? ✅️
Check your message and compare it closely to what they want. I imagine they might like an empty space after the comma.
+ 1
Thanks for calrification