6.4.1: be able to write programs that accept and respond appropriately to user input
| Keyword | Definition |
|---|---|
| boolean expression | a question with a True or False answer |
| output | using print(...) to display a message to the user |
| selection | using if to decide what to run next based on a boolean expression |
| user input | using input(...) to ask the user a question |