Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Running a Grocery Store | Conditional Statements in Python
Introduction to Python(ihor)
セクション 3.  7
single

single

bookChallenge: Running a Grocery Store

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

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 to True if the revenue is greater than or equal to $2000.
  • Assign False to is_business_successful if the revenue is strictly less than $2000.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt