Challenge: Working with the For Loop
Oppgave
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
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 5. Kapittel 4
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Suggested prompts:
Oppsummer dette kapittelet
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 1.67
Challenge: Working with the For Loop
Sveip for å vise menyen
Oppgave
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
Alt var klart?
Takk for tilbakemeldingene dine!
Awesome!
Completion rate improved to 1.67Seksjon 5. Kapittel 4
single