Challenge: Working with the While Loop
Taak
Swipe to start coding
You are given the variable i for iterating through the list and the list squares, which should store the squares of numbers from 1 to 10.
- Use
a**bto raise the numberato the power ofb. - Assign the value 1 to the variable
iin order to start the iteration. - Create a
whileloop that will iterate through the numbers from 1 to 10, inclusive. - Inside the
whileloop, write the square ofi(iraised to the power of 2) into thesquareslist using the.append()method. - Increment
iby 1 to continue iterating through the loop.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 5. Hoofdstuk 2
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 1.67
Challenge: Working with the While Loop
Veeg om het menu te tonen
Taak
Swipe to start coding
You are given the variable i for iterating through the list and the list squares, which should store the squares of numbers from 1 to 10.
- Use
a**bto raise the numberato the power ofb. - Assign the value 1 to the variable
iin order to start the iteration. - Create a
whileloop that will iterate through the numbers from 1 to 10, inclusive. - Inside the
whileloop, write the square ofi(iraised to the power of 2) into thesquareslist using the.append()method. - Increment
iby 1 to continue iterating through the loop.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 5. Hoofdstuk 2
single