In a Python file, use input() to ask the user to enter an integer that 10 will be added to. Assign what they type to a variable.
print() the sum of the integer they entered and 10.