Answered step by step
Verified Expert Solution
Link Copied!

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:

  1. Your theater must have at least 5 screens.
  2. Each theater must seat at least 30 people.
  3. You must provide different ticket costs for children, adults, and senior citizens
  4. If it is Friday then there should be a 10% discount on senior citizen ticket costs
  5. Make sure you don't have more people attending than the number of seats
  6. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Medical Image Databases

Authors: Stephen T.C. Wong

1st Edition

1461375398, 978-1461375395

More Books

Students also viewed these Databases questions

Question

Determining how many people will lose their jobs.

Answered: 1 week ago