In this module, you will learn how to create logic-driven programs using conditional statements in Python. You will start by understanding the basics of control flow, then move on to using comparison ...
The conditionals_challenges.py file in this repo contains challenges for you. For each challenge you will be required to write a function. The challenges come with "skeleton" functions for you to ...