Part 1
Control Flow and Functions
This is the final topic for Part 1. Now given that you absorbed the information thoroughly, gave some thought to the content you consumed, you should probably be ready for the quizzes on Part 1 concepts and some Easy Level Python Practice Problems.
It's gonna feel great once you actually brainstorm through them and be able to solve them. ☺️👌
You can start practicing them by going to the Practice module of this web app.
Control Flow
If statement
For Statement
While Statement
Functions