Challenge: Using the Range Function
Swipe to start coding
Using a for
loop, print all the numbers from 10
to 20
(inclusive) squared (100
, 121
, 144
, and so on). Make sure your output includes the squares of both the starting number (100
) and the ending number (400
).
Note
The square operator should only be applied in the
for
loop should just iterate from10
to20
.
Ratkaisu
Kiitos palautteestasi!
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Tiivistä tämä luku
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 1.64
Challenge: Using the Range Function
Pyyhkäise näyttääksesi valikon
Swipe to start coding
Using a for
loop, print all the numbers from 10
to 20
(inclusive) squared (100
, 121
, 144
, and so on). Make sure your output includes the squares of both the starting number (100
) and the ending number (400
).
Note
The square operator should only be applied in the
for
loop should just iterate from10
to20
.
Ratkaisu
Kiitos palautteestasi!
Awesome!
Completion rate improved to 1.64single