Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Learning Loops
Post: RE: Learning Loops

(Oct-06-2016, 04:50 PM)Yoriz Wrote: Visual studio is most likely clipping the output, you might be able to find a setting to alter how many lines it will display before it over writes the oldest lin...
BobA General Coding Help 15 12,682 Oct-06-2016, 05:34 PM
    Thread: Learning Loops
Post: RE: Learning Loops

(Oct-06-2016, 11:24 AM)Larz60+ Wrote: Hello, I take responsibility for that. I made a mistake. code should be: for x in range (10):     for y in range (21):         print(x)         print(y) print...
BobA General Coding Help 15 12,682 Oct-06-2016, 12:25 PM
    Thread: Learning Loops
Post: RE: Learning Loops

(Oct-05-2016, 05:01 PM)Yoriz Wrote: Please post the code that was run to produce the output shown because the code in the first post would not produce the output shown (unless you have just not copi...
BobA General Coding Help 15 12,682 Oct-06-2016, 08:59 AM
    Thread: Learning Loops
Post: RE: Learning Loops

Yes,  that was very helpful, and now I understand it save for two things.   1. My output doesn't make any sense according to what you say, it starts with 12/2, 13/2, 14/2... as shown below and 2. I ...
BobA General Coding Help 15 12,682 Oct-05-2016, 03:49 PM
    Thread: Learning Loops
Post: RE: Learning Loops

Thank you for your reply. I'm still a little bit confused, but I'll study your answer and play around with it to see if I can get a better grasp of things.  I'll also try practicing with different ty...
BobA General Coding Help 15 12,682 Oct-03-2016, 02:46 PM
    Thread: Learning Loops
Post: Learning Loops

Here is a simple piece of code with two loops. It prints out a long string of numbers. I'm trying to wrap my head around this, but I don't understand exactly what the code is asking or what it's d...
BobA General Coding Help 15 12,682 Oct-03-2016, 01:59 AM

User Panel Messages

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