Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Confusing logic
Post: RE: Confusing logic

Excellent, thank you Gribouillis.
Blob General Coding Help 4 2,407 Nov-18-2019, 03:26 AM
    Thread: Confusing logic
Post: RE: Confusing logic

(Nov-17-2019, 08:13 PM)Gribouillis Wrote: You could rename the started variable to already_started if it makes the code clearer. Also in the 'stop' case, this variable should be set to False, and an...
Blob General Coding Help 4 2,407 Nov-17-2019, 10:57 PM
    Thread: Confusing logic
Post: Confusing logic

OK, so this is from my tutorial and it works fine, but I'm confused by why, so I'm missing something... command = "" started = False while True: command = input("> ").lower() if command =...
Blob General Coding Help 4 2,407 Nov-17-2019, 07:41 PM
    Thread: while loop
Post: RE: while loop

(Nov-12-2019, 12:46 PM)ichabod801 Wrote: There is a string method called isdigit that returns True if all the characters in the string are digits. So would you say this is the clearest and most effi...
Blob General Coding Help 9 2,928 Nov-14-2019, 04:09 PM
    Thread: while loop
Post: while loop

I'm currently doing a tutorial on while loops, I followed along fine, but I always try to add something of my own to each code he teaches, so my brain has to think rather than just copy, but I'm stuck...
Blob General Coding Help 9 2,928 Nov-12-2019, 11:03 AM

User Panel Messages

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