course content

Course Content

Introduction to Python

ChallengeChallenge

Task

  1. Create a variable named i and set it to 1.
  2. Begin a while loop that runs for numbers from 1 to 9 (inclusive). Inside the loop, do the following:
    • Print the square of i.
    • Increment i by 1.

Everything was clear?

Section 5. Chapter 2
toggle bottom row