Rock Paper Scissors Game In Python 🐍👨‍💻 || Born2Code

  Рет қаралды 331

Born2Code

Born2Code

5 ай бұрын

Rock Paper Scissors Game in Python.
Follow me on Instagram: / realborn2code
I hope you enjoyed this tutorial. If you did, don't forget to give this video a thumbs up and subscribe for more coding tutorials.
Remember, coding is all about practice. So take this code, experiment, and make it your own.
I hope you had fun following along and learned something new today!
HAPPY CODING! 😁👨‍💻
#programming
#technology
#coding
#games
#tutorial
#explore
#python

Пікірлер: 3
@born2codez
@born2codez 5 ай бұрын
SOURCE CODE:- # Rock, Paper, Scissors import random options = ["rock", "paper", "scissors"] running = True while(running): player = None computer = random.choice(options) while(player not in options): player = input("Enter a choice (rock, paper, scissors): ") print(f"Player: {player}") print(f"Computer: {computer}") if(player == computer): print("It's a tie!") elif(player == 'rock' and computer == 'scissors'): print("You win!") elif(player == 'paper' and computer == 'rock'): print("You win!") elif(player == 'scissors' and computer == 'paper'): print("You win!") else: print('You lose!') if not input("Play again? (y/n)").lower() == 'y': running = False print("Thanks for playing! Subscribe for more!")
@gjkdshgkjshjkgdfg
@gjkdshgkjshjkgdfg 5 ай бұрын
great fun learning, thanks a lot man
@user-qn5ix5lu9i
@user-qn5ix5lu9i 5 ай бұрын
great man
File Handling In Python 🐍👨‍💻📁 || Born2Code
6:01
Тяжелые будни жены
00:46
К-Media
Рет қаралды 4,8 МЛН
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 37 МЛН
Kitten has a slime in her diaper?! 🙀 #cat #kitten #cute
00:28
Understanding *args And **kwargs In Python || Born2Code
5:11
Born2Code
Рет қаралды 2,1 М.
How To Use Pandas In Python
6:45
Taylor's Software Solutions
Рет қаралды 260
Exception Handling in Python 🐍👨‍💻 || Born2Code
4:27
The New ‘AI Windows’ Will Change How We Use Computers Forever
14:12
Sam Altman New statement On GPT-5 Is Surprising!
12:56
TheAIGRID
Рет қаралды 71 М.
Тяжелые будни жены
00:46
К-Media
Рет қаралды 4,8 МЛН