Python (19 11 24) Review
Python (19 11 24) Review
PYTHON ASSIGNMENT
DONE BY:NANDHU S(PROV/MCA/7/24/024)
Report: Snake, Water, and Gun Game Implementation
GITHUB:
Overview
This Python script implements a simple version of the **Snake, Water, and
Gun** game, a variation of "Rock, Paper, Scissors." The user competes
against the computer in a randomized match, following specific rules to
determine the winner.
How It Works
1. Game Setup
- The user inputs one of the options, which is converted to lowercase and
mapped to its respective value.
2. Computer Choice
3. Comparison Logic
4. Outcome