Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Ending the Program
Post: Ending the Program

So right now I am trying to figure out how to prompt the user to type in yes or no in order to either continue or end the game. I have the prompt but the program will not end only continue, please hel...
Twoshawns General Coding Help 2 2,091 May-18-2020, 10:38 PM
    Thread: Fixing a code error
Post: RE: Fixing a code error

yeah sorry [python] import random import time def main(): print("This is a rock, paper, scissor game") while play_again.upper == 'Y': return True return False play_again = Tr...
Twoshawns General Coding Help 5 2,755 May-14-2020, 11:56 AM
    Thread: Fixing a code error
Post: RE: Fixing a code error

Thanks for the help, still learning python, but I ran into another problem with my while loop, not an error but when I prompt the user to type yes or no to playing again but no matter what it will con...
Twoshawns General Coding Help 5 2,755 May-14-2020, 12:23 AM
    Thread: Fixing a code error
Post: Fixing a code error

I am currently trying to practice python So I tried making a Rock paper scissors game where the player is against a computer but I don't understand how to fix my error in the program, can anyone help?...
Twoshawns General Coding Help 5 2,755 May-12-2020, 06:23 AM

User Panel Messages

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