Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Working with the While Loop | Loops in Python
Introduction to Python (dev copy)

Swipe to show menu

book
Challenge: Working with the While Loop

Task

Swipe to start coding

  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.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 2
We're sorry to hear that something went wrong. What happened?

Ask AI

expand
ChatGPT

Ask anything or try one of the suggested questions to begin our chat

book
Challenge: Working with the While Loop

Task

Swipe to start coding

  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.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 2
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt