˗ˏˋ call_girls࿐ྂ Goa ˚ · |||.˚ ༘🦋⋆。˚93`16*o2o~o7~7- | Goa`A -- e$cort'zzz

ohx178wo6m 8 views 10 slides Aug 03, 2024
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

OBAMA.pptx_slideshare.net/upload_python|gameproject_rock,paper,scissorsOBAMA.pptx_slideshare.net/upload_python|gameproject_rock,paper,scissorsOBAMA.pptx_slideshare.net/upload_python|gameproject_rock,paper,scissorsOBAMA.pptx_slideshare.net/upload_python|gameproject_rock,paper,scissorsOBAMA.pptx_slide...


Slide Content

PROJECT ON ROCK PAPER AND SCISSORS USING PYTHON NAME: Akhil Saini ROLL NO: 210151520008 CLASS: B.tech 3rd(ECE)

INTRODUCTION TO PYTHON Python is a high level, general purpose programming language. It can also be used for game development. Here we create a simple command line Rock Paper Scissor game without using external game library like PyGame .

ABOUT THE GAME Rock paper scissors is an  intransitive   hand game , usually played between two people. Rock paper scissors is often used as a fair choosing between two people, similar to coin flipping ,  drawing straws , or throwing  dice  in order to settle a dispute or make an unbiased group decision. 

MODULES USED Python  Random module  generates random numbers in  Python . This module can be used to perform random actions such as generating random numbers, printing random a value for a list or string, etc. It is an in-built function in Python. There are different random functions in the Random Module of Python.  randrange() Returns a random number within the range randint() Returns a random integer within the range choice() Returns a random item from a list, tuple, or string

WINNING RULES

SOURCE CODE

OUTPUT