Skip to content
View god7776's full-sized avatar
Block or Report

Block or report god7776

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
god7776/README.md

import random

player = input("CHOOSE ANY (ROCK , PAPER , SCISSOR)") limit = ["rock","paper","scissor"] pc = random.choice(limit)

if player==pc: print("OOOHHHHhh its a tie! TRY AGAIN")

elif player=="rock": if pc=="scissor": print("YEAH DUDE! U got this round . YOU WIN")

elif pc=="paper":
    print("YOU LOST . you are NOOBie / BOT")

elif player=="paper": if pc=="rock": print("YEAH DUDE! U got this round . YOU WIN")

elif pc=="scissor":
    print("YOU LOST . you are NOOBie / BOT")  

elif player=="scissor": if pc=="paper": print("YEAH DUDE! U got this round . YOU WIN")

elif pc=="rock":
    print("YOU LOST . you are NOOBie / BOT")  

else: print("you prolly typed wrong spelling or may used capital letter word")
print("THANKS FOR PLAYING BROTHER")

Popular repositories

  1. god7776 god7776 Public

    Config files for my GitHub profile.