Project 3 - Rock, Paper, Scissors game in Python
Project -3
Link to see the code:
https://youtu.be/uA7pUPsqBJU
Problems that I encountered
How to make a random pick from computers side using random library
options = ["rock" , "paper" , "scissors"]
# 0 1 2
solution:
ran...
learnandwrite.hashnode.dev1 min read