My project is about game about Rock-Paper-Scissor between the user and computer. Based on the input it gives who wins.
This code is a simple version of the Rock-Paper-Scissors game in Python. It starts by asking the user to choose their move from three possible options: rock, paper, or scissors. The program then randomly selects a move for the computer. After the moves are selected, the program determines the winner based on the rules of the game. If the user's move beats the computer's move, the user wins. Otherwise, the computer wins. The program then prints the result of the game to the console. This code is a good example of how to use basic Python syntax and functions to create a simple game.
Submitted by SWATHI PRIYA DODDI (Swathipriya)
Download packets of source code on Coders Packet
Comments