#The string number_string = input('Type a number') result = int(number_string) + 2 print(int(result))