# Chapter 15 example: passing the prompt to input() keeps the cursor on the same line. name = input("What is your name? ") print("Hello, " + name)