Lesson 13: A Small Interactive Program
We combine everything so far: ask for input, convert types, and show a personal message with an f-string.
Three steps: input → convert (if needed) → print with an f-string.
- flow
- The order in which instructions execute.