Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Unknown error in pygame :(
Post: Unknown error in pygame :(

So I am kind of new to pygame and python in general, and I am trying to make this basic game. But when I try to launch the game it just says there is an error and that it can't launch. Here is the co...
TheDovah77 General Coding Help 1 2,878 Apr-14-2019, 09:06 PM
    Thread: While loop won't restart program :(
Post: RE: While loop won't restart program :(

(Apr-04-2019, 07:26 PM)ichabod801 Wrote: You need to indent the line Yoriz pointed out. The line before that, you set z to 2. That ends the loop, because it only repeats if z is one. Since the last ...
TheDovah77 General Coding Help 4 4,227 Apr-04-2019, 07:37 PM
    Thread: While loop won't restart program :(
Post: RE: While loop won't restart program :(

(Apr-04-2019, 06:59 PM)Yoriz Wrote: z = int(input("Write 1 to try again: ")) is not indented to be inside of the first while loop. I'm not quite sure I catch what you are saying. It isn't in the fir...
TheDovah77 General Coding Help 4 4,227 Apr-04-2019, 07:22 PM
    Thread: While loop won't restart program :(
Post: While loop won't restart program :(

So I am very new to python, and I am trying to make a simple dice roll simulator. But when I try to loop the program it just doesn't do anything, I've done loops before and am pretty familiar with the...
TheDovah77 General Coding Help 4 4,227 Apr-04-2019, 06:37 PM

User Panel Messages

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