Course Content
Introduction to Python
3. Conditional Statements
Introduction to Python
Challenge
Task
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
).
Everything was clear?
Section 5. Chapter 6