Challenge: Running a Grocery Store
Task
Swipe to start coding
You are running a small grocery store that incurs daily expenses of $2000. To determine whether your business is operating at a profit or a loss, you need to compare your daily revenue to your daily expenses.
- Assign
is_business_successful
toTrue
if therevenue
is greater than or equal to $2000. - Assign
False
tois_business_successful
if therevenue
is strictly less than $2000.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 7
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 1.67
Challenge: Running a Grocery Store
Swipe to show menu
Task
Swipe to start coding
You are running a small grocery store that incurs daily expenses of $2000. To determine whether your business is operating at a profit or a loss, you need to compare your daily revenue to your daily expenses.
- Assign
is_business_successful
toTrue
if therevenue
is greater than or equal to $2000. - Assign
False
tois_business_successful
if therevenue
is strictly less than $2000.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.67SectionΒ 3. ChapterΒ 7
single