Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please I want it in Python please I want it in Python please I want it in Python please I want it in Python Theatre
please I want it in Python
please I want it in Python
please I want it in Python
please I want it in Python
Theatre Weekend Project:
simulating the total revenue earned each day for a movie theater over the course of a week. This project is the same as what you did in the R Programming track. Feel free to reference that project for starter code or try to translate your code from this project into python.
Potential ideas to consider in advancing your code
- Add variable utility costs function which depends on how many people showed up to your theater.
- Add fixed costs function to calculate property rent, insurance cost, and employee and manager costs.
- Model your simulation after a real theater in your area and find out what a real theater actually charges and how many people each theater can seat.
- Put your code into a function that is easily callable and add enough comments to your code to make it more readable.
- Think about what days are the busiest at real theaters and reflect that in your code.
- Add time and the ability to show multiple movies on the same screen each day versus showing one movie on one screen each day.
- Offer presale tickets at a discounted rate.
Project Requirements:
- Your theater must have at least 5 screens.
- Each theater must seat at least 30 people.
- You must provide different ticket costs for children, adults, and senior citizens
- If it is Friday then there should be a 10% discount on senior citizen ticket costs
- Make sure you don't have more people attending than the number of seats
- Number of adults, children, and senior citizens in the theater should be randomized for each screen, theatre, and day.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started