print x, y, x*y, x**y
x = input("enter your age please") y = x + 1 z = y + 1 print y
num = input("Enter how many values: ")