0
Подскажите пожалуйста, поченц он выводит имя при менее 18 лет?
age = int(input()) name = input("Welcome ") if age >= 18: print(name) else: print ("Sorry")
2 odpowiedzi
+ 1
https://code.sololearn.com/cw6N7lvMkrEh/?ref=app
This is the answer
+ 1
Спасибо👍😊