Lesson 7: Converting Between Text and Numbers (Teach This Topic)
This guide supports teaching Python type conversion, building on Lesson 6's input() function. It explains why text that looks like a number may need converting before arithmetic, and introduces int(), float() and str(). The sequence includes concise explanations, home-friendly checks, optional support and challenge, and a final knowledge check with answers.
