Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: While statement explanation
Post: RE: While statement explanation

Thank you all for the response. It was the output itself (the integers). Nilamo described it perfectly. I see where the breakdown in understanding the way it executed past the first iteration.
alkhufu2 Homework 3 2,412 Sep-02-2020, 05:46 PM
    Thread: While statement explanation
Post: While statement explanation

I am new to Python. I get while and for loops pretty well so far but I DO NOT understand the output of this code. Please explain this. I would most appreciate it. n = 3 while n > 0: print(n ...
alkhufu2 Homework 3 2,412 Aug-31-2020, 11:45 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020