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: Grocery Store Extended
Task
Swipe to show code editor
Update the code from the earlier challenge about your small grocery store. Now, if the store's revenue is exactly $2000, the program should print "We are breaking even!"
instead of "Everything is ok!"
. Incorporate this new response using an elif
statement.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 10
Challenge: Grocery Store Extended
Task
Swipe to show code editor
Update the code from the earlier challenge about your small grocery store. Now, if the store's revenue is exactly $2000, the program should print "We are breaking even!"
instead of "Everything is ok!"
. Incorporate this new response using an elif
statement.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 10
Switch to desktop for real-world practiceContinue from where you are using one of the options below