Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Working with the For Loop | Loops in Python
/
Introduction to Python(ihor)
セクション 5.  4
single

single

bookChallenge: Working with the For Loop

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

タスク

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

You are given the list employee_salaries. This year, your company earned much more than expected due to the hard work and dedication of the employees, so you decided to increase all salaries by 10%.

  • Use a for loop to iterate through the employee_salaries list.
  • In the updated_salaries list, record each salary increased by 10% using the .append() method.
  • You can use the following formula to increase by 10%: element * 1.1.

解答

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

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

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

セクション 5.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt