Course Content
Introduction to Python
Introduction to Python
3. Conditional Statements
Boolean Data TypeChallenge: Comparison OperatorsCombining ConditionsChallenge: Logical OperatorsMembership Operators and Types ComparisonSimple if/else ExpressionsChallenge: Grocery StoreChallenge: Odd and Evenif/elif/else ExpressionsChallenge: Grocery Store ExtendedChallenge: Positive, Negative or Zero
Challenge
Task
Swipe to start coding
You've been provided with a list named people
. Your task is to use a for
loop to go through and print each item in the list.
Solution
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 4
Challenge
Task
Swipe to start coding
You've been provided with a list named people
. Your task is to use a for
loop to go through and print each item in the list.
Solution
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 4