This func is not working in the exercise | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

This func is not working in the exercise

def welcome(): name= input() print("Welcome,"+name) welcome()

3rd Jan 2023, 8:01 PM
Abdul Baqeri
Abdul Baqeri - avatar
2 Answers
+ 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.
3rd Jan 2023, 8:10 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Thanks for calrification
3rd Jan 2023, 8:28 PM
Abdul Baqeri
Abdul Baqeri - avatar