Re: [Tutor] Help With Rock, Paper Scissor Game

2009-03-16 Thread Alan Gauld
"Brendy Siguenza" wrote This is the template that we are suppose to use while doing the program, I am a beginner to this programming language and really have no clue what I am doing We don;t do homework problems for you but we can try to point you in the right direction. First off, it loo

[Tutor] Help With Rock, Paper Scissor Game

2009-03-15 Thread Brendy Siguenza
This is the template that we are suppose to use while doing the program, I am a beginner to this programming language and really have no clue what I am doing import random #table of winning plays win_play_for = {¹r¹:¹p¹, ¹p¹:¹s¹, ¹s¹:¹r¹} #scoring results player_score = 0 mach_score = 0 #keep t