Ответ :

Ответ:

1)

year = int(input("сколько вам лет? "))

print ("Вам" , year , "лет!")

2)

y = int(input())

x = int(input())

print (x + y)