Major topics:
Questions from students????
Further details:
age = int(input('How old are you? ')) message = 'Soon you will be ' + str(1+age) + '.' # spaced appropriately print(message)