Skip to content

ogunleye0720/Rock-Paper-Scisso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

rockpaperscissors-task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages