Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 454 Bytes

File metadata and controls

8 lines (5 loc) · 454 Bytes

Rock Paper Scissors Python Game

image

  • A simple rock paper scissors python game that uses random module to randomly selects option for computer.
  • It also calculates the scores of both the player and the computer.

python game