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.