0
Please tell me where is the error in my code?
age = int(input()) name = input() # место для вашего кода if age >= 18: print("Welcome " + name) else: print("Sorry")
1 Answer
0
You have invisible invalid characters in code. JUST remove spaces and add again..
or Retype or rewrite all again.. You may copied this from any net sources..