# Chapter 15 example: two prompts, two reads. a = int(input("First number: ")) b = int(input("Second number: ")) print("Sum: " + str(a + b))