text = input("Type a number to add to four") value = int(text) answer = 4 + value print (answer)