In this Blog we cover :

.what is rock, paper and scissor game?
.what is Random Module?
.Game code using Python.

1-Rock paper scissor game:

 A classic two-person game!. Players start each round by saying, “rock, paper, scissors, shoot!” On “shoot,” each player holds out their fist for rock, flat hand for paper, or their index and middle finger for scissors. Rock crushes scissors, scissors cut paper, and paper covers rock. See who wins each round.

2-Random Module:

Python Random module is an in-built module of Python which is used to generate random numbers. These are pseudo-random numbers means these are not truly random. This module can be used to perform random actions such as generating random numbers, print random a value for a list or string, etc.



Its a very simple Blog hope you like it.
Thanks for reading!.