Unit 3 · Lesson 1
Build the idea
Start with the concept and its key vocabulary.
input() pauses the program and waits for the user to type. Assign its result to a variable so later instructions can use it. The words inside input() are the prompt shown to the user.
Data received by a program, for example from a user, file or sensor.
The message that tells a user what to enter.
The value produced by an instruction such as input().