Move the following two lines to immediately follow the while.

 player=raw_input("Please pick your throw: (r,s,p):")
 computer= random.choice(['r','s','p'])

-- 
I have seen the future and I am not in it.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to