Lesson 3: User Input and Basic String Manipulation
In Lesson 3 of our Python for Kids course, students will explore how to make their programs interactive using input(). They’ll discover how strings work, apply fun string methods like .upper(), .lower(), and .strip(), and use f-strings to create personalised greetings. This hands-on lesson finishes with a mini project that lets students code a friendly chatbot-style experience, preparing them for future logic-based lessons.