Python Forum
Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rock, Paper, scissors
#2
(Jul-07-2017, 06:37 PM)OmarBrikaa Wrote: Ignore the indentation

One of the things we do not ignore is 'spacing'. It is one of the most important things things in Python. Refer to the Help Document section on how to properly post code.

As it stands, your script will never get past line 1. If line 4 is meant to be a dictionary, use curly braces '{}' not parenthesis '()'. In line 9, you forgot the underscore in "PC_Choice". If you want the script to keep repeating until the 'user' is a winner, use a 'while' loop with 'break' and continue'.

First, post the clean code and we will go from there.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Rock, Paper, scissors - by OmarBrikaa - Jul-07-2017, 06:37 PM
RE: Rock, Paper, scissors - by sparkz_alot - Jul-07-2017, 07:12 PM
RE: Rock, Paper, scissors - by nilamo - Jul-07-2017, 08:53 PM
RE: Rock, Paper, scissors - by OmarBrikaa - Jul-10-2017, 09:55 AM
RE: Rock, Paper, scissors - by ichabod801 - Jul-10-2017, 12:03 PM
RE: Rock, Paper, scissors - by OmarBrikaa - Jul-11-2017, 09:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rock Paper Scissors Project in Python ankitdixit 8 5,032 Feb-23-2024, 03:14 PM
Last Post: DPaul
  Trying to create a visual rock paper scissors game urmom33 1 1,117 Dec-03-2022, 09:12 PM
Last Post: deanhystad
  Rock paper scissors in python with "algorithm" Agat0 23 6,371 Mar-01-2022, 03:20 PM
Last Post: Agat0
  Problem restricting user input in my rock paper scissors game ashergreen 6 4,760 Mar-25-2021, 03:54 AM
Last Post: deanhystad
  Odd behavior with Rock Paper Scissor game DustinKlent 2 2,031 Aug-27-2020, 03:55 PM
Last Post: DustinKlent
  Trying to implement Best of 3 logic in rock paper scissors game ShAhCh 5 3,488 May-11-2020, 04:31 PM
Last Post: ShAhCh
  Rock Paper Scissors with dictionaries ewgreht 2 3,981 May-01-2020, 03:19 PM
Last Post: deanhystad
  Rock, Paper, Scissors.. Help..hidden bug xxunknownxx 4 2,769 Mar-19-2020, 02:46 AM
Last Post: jefsummers
  Problem with Basic Rock Paper Scissors code BirinderSingh 3 2,566 Sep-13-2019, 03:28 PM
Last Post: ichabod801
  Rock, Paper, Scissors Help jyou99 1 2,539 Mar-26-2018, 04:07 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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