// about this event
Flow Control
You will learn the fundamentals of Python flow control and how to use conditions and loops to make programs respond and behave logically.
By the end of the session, you will be able to:
- Use Boolean values, comparison, and logical operators to evaluate conditions.
- Use
if,elif, andelsestatements to make decisions. - Use
forandwhileloops to repeat tasks.
Mini-Project: Number Guessing Game
Put what you learn into practice by building a simple Number Guessing Game where the program gives feedback on each guess and keeps the game running until the correct number is found.
PythonFlow control
Leads
Meet the leaders behind this event.

Cyril Tagoe
Main Lead

Adwoa Aboagye
Team Member
Free· open to all levels
3 people registered
You'll get reminders 3 days, 1 day, 2 hours & 15 min before the event.
// tags
PythonFlow control