Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem with Basic Rock Paper Scissors code
Post: RE: Problem with Basic Rock Paper Scissors code

(Sep-13-2019, 12:40 PM)ichabod801 Wrote: Your randomization isn't working because randint returns an int, and you are comparing that to strings. Better would be random.choice('rps'), it just gives y...
BirinderSingh General Coding Help 3 2,456 Sep-13-2019, 12:51 PM
    Thread: Problem with Basic Rock Paper Scissors code
Post: Problem with Basic Rock Paper Scissors code

Guys I just started with python a couple days back, and today finally sat down to write a code for Rock Paper Scissors. The code abruptly ends after just executing game() function. Many other codes I...
BirinderSingh General Coding Help 3 2,456 Sep-13-2019, 12:21 PM

User Panel Messages

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