Rock Papper Scissor Project in Python

Subscribers:
182
Published on ● Video Link: https://www.youtube.com/watch?v=BbK58mr7mY8



Category:
Tutorial
Duration: 4:00
6 views
0


Rock Papper Scissor Project in Python

Note : Recplace (greater than) and (less than) with their sign/symbol ( Because Youtube donot allow angle brackets in description ) OR You can get this code on github by using github link

Code github Link : https://github.com/ubaidahmadceh/python_projects/blob/main/Rock_Papper_Scissor.py

code :

from random import randint

user_choice = int(input("What do you choose? Type 0 for Rock, 1 for Paper or 2 for Scissors.\n"))

computer_choice = randint(0, 2)
print(f"Computer chose: {computer_choice}")

if user_choice (greater than)= 3 or user_choice (less than) 0:
print("You typed an invalid number, you lose!")
elif user_choice == 0 and computer_choice == 2:
print("You Win")
elif computer_choice == 0 and user_choice == 2:
print("You lose")
elif computer_choice (greater than) user_choice:
print("You lose")
elif user_choice (greater than) computer_choice:
print("You Win")
elif computer_choice == user_choice:
print("It's a draw")










project in python,rock paper scissors tutorial,rock paper scissors,scissors paper rock game in python,play rock paper scissors against computer,python rock paper scissors,game in python,project in c,programming rock paper scissors,how to code rock paper scissors,code in python,create an app for free,advanced tutorials of python,python project,sotware learnign for free,app making software,gaming project,website building using python,c programming,python




Other Videos By UBprogrammer - Hindi


2020-12-10Install django on Windows10 | How to Install django in Visual Studio code |How to run django project
2020-12-09Python Installation in windows10 in Hindi | Python Path Setup Windows10 | Setup Python in VS code
2020-12-09Ceaser Cipher Text Project in Python | Urdu/Hindi
2020-12-08Screenshot Taker project in Python For Beginners
2020-12-08Screenshot Taker Project GUI in python tkinter
2020-12-08How to build Hangman Game in Python in Hindi | Word Guessing Game Python | Hangman Game Python 2021
2020-12-07sigmoid function in computer vision and deep learning
2020-12-07perceptrone in hindi/urdu | deep learning
2020-12-07Dice Rolling Simulator in python | Python Projects Fpr Beginners | random module in python
2020-12-07Password Generator in python | Python Projects for beginners | python for cyber Security
2020-12-05Rock Papper Scissor Project in Python
2020-12-05Text Based Adventure Game Project in Python
2020-12-04Basic HTML and HTML5: Link to External Pages with Anchor Elements freecodecamp|html a tag href |urdu
2020-12-04Basic HTML and HTML5: Add Images to Your Website freecodecamp | How to use image tag in html |Hindi
2020-12-04Basic HTML and HTML5: Introduction to HTML5 Elements freecodecamp solution | tags in html | Hindi
2020-12-04Basic HTML and HTML5: Delete HTML Elements freecodecamp | How to delete tag in html | remove html
2020-12-04Basic HTML and HTML5: Comment out HTML freecodecamp | How to write comments in html | Html in Hindi
2020-12-04Basic HTML and HTML5: Uncomment HTML freecodecamp | How To Delete Or Remove Comments In Html Code
2020-12-04Basic HTML and HTML5: Fill in the Blank with Placeholder Text
2020-12-04Basic HTML and HTML5: Inform with the Paragraph Element freecodecamp | p tag in html |paragraph html
2020-12-04Basic HTML and HTML5: Headline with the h2 Element freecodecamp | h1 vs h2 tag | Html And Css Hindi



Tags:
project in python
rock paper scissors tutorial
rock paper scissors
scissors paper rock game in python
play rock paper scissors against computer
python rock paper scissors
game in python
project in c
programming rock paper scissors
how to code rock paper scissors
code in python
create an app for free
advanced tutorials of python
python project
sotware learnign for free
app making software
gaming project
website building using python
c programming
python