# My first Python program # Input: ... # Output: .. # Description ... x = 10 u = input("What's the value please?") z = int(u) # watch out! y = x+z print(y)