Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 488 Bytes

rockpaperscissors-task

This is a Rock paper and Scissors task from Zuri. The user will play against computer.

The task was completed using a python code.

the moves from the user were stored in some variables

while the moves of the computer were initiated using the random.choice() module.

this enabled the computer to select random values from a list created.

the values from the user were compared to the values from the computer inorder to determine if there was a winner or tie.