0
What’s wrong?
Can’t pass the test age = int(input()) name = input() if age >=18: print ("Welcome "+str(name)) else: print ('Sorry '+str(name))
3 ответов
+ 9
+ 5
Remove str() from name coz name stores a string .therefore no need for conversion.
+ 3
Please tag Python for the question ☝