Challenge: Working with the For Loop
Uppgift
Swipe to start coding
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 theemployee_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
.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 5. Kapitel 4
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Awesome!
Completion rate improved to 1.67
Challenge: Working with the For Loop
Svep för att visa menyn
Uppgift
Swipe to start coding
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 theemployee_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
.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Awesome!
Completion rate improved to 1.67Avsnitt 5. Kapitel 4
single