An interactive Python application that simulates the entry check for a roller coaster.
The user inputs their height, age, and optionally chooses to purchase a ride photo β based on this information, the program calculates the total price.
- β Minimum height check for access
- β Dynamic pricing based on age
- β Optional photo purchase during the ride
- β
Input validation with
try / except - β Total price calculation and display
- Make sure you have Python 3.8+ installed
- Clone or download this repository:
git clone https://github.com/Jaroslav-Skandera/roller-coaster-checker.git