This Python script processes hotel pricing data to:
- Find the cheapest room price (without using the
min()function). - Return the room type and number of guests for the cheapest room.
- Calculate and display the total price (net price + taxes) for all room types.
- Save the output to a JSON file.
- Place the
Python-task.jsonfile in the same directory as the script. - Run the script:
python main.py