This program is a text-based slot machine game implemented in Python. It allows users to deposit money, place bets, and spin the slot machine to potentially win more money. The game continues until the user decides to quit. The program demonstrates various Python programming skills, including:
- User input handling
- Conditional statements
- Looping constructs
- Functions and return values
- Basic arithmetic operations
- String formatting
- Ensure you have Python installed on your system.
- Clone this repository or download the
main.pyfile. - Open a terminal and navigate to the directory containing
main.py. - Run the program using the command:
python main.py