Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 206 Bytes

File metadata and controls

9 lines (8 loc) · 206 Bytes

Python---RockPaperScissors

Python code for the implementation of a Rock Paper Scissors game. The game is played against the CPU

Skills demonstrated:

  • Decision Making
  • User Input
  • Lists
  • Dictionaries