Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~394 People Reached
Favorite Forums
Favorite Tags
Member Avatar for crackers

Im writing a game of scissors paper rock and have come up with this so far, but i cant get it to work. any idea's where ive gone wrong. print \ ''' a - Rock b - Paper c - Scissors ''' choice1 = raw_input("Choice: ") print if choice1 == …

Member Avatar for ZZucker
0
140
Member Avatar for crackers

Im writing a game and want to know how to write the formula for the winner. So for paper scissors rock, ive written it so the two players enter their choice but i dont know how to write the parameters which show who the winner is. so paper beats rock, …

Member Avatar for a1eio
0
103
Member Avatar for crackers

Im only new to python but im trying to write a code that will allow me to randomly generate a number between 1 & 15, I know that part is import random def main(): number=random.randrange(15) + 1 But im not sure where I need to go to from here to …

Member Avatar for crackers
0
151