Write a while loop that keeps printing the menu selection

Assignment Help Python Programming
Reference no: EM132330147

An inventory of the media store is displayed when option 1 is selected. We can see the references, media type, title and price of each item. At the end the menu selection is printed again and the program is waiting for you to make another choice. What you need to implement for option 1:

1. In the media_store.py file:

a) Add a call to a function initialize that will return a list of items (data objects of type Medialtem..explained further below).

b) Write a while loop that keeps printing the menu selection and asking the user to enter a command choice; this while loop will exit if the entry is 0 and print a 'Goodbye!' message; the function to print the menu, display menu, is already provided to you in the file inventory.py.

c) Add the option I that contains a call to a function display. Note that the header of the file already contains the instruction import inventory. This will allow you to call the functions in the inventory file using the dot operator.

2. In the Medialtem.py file:

a) Implement the class that defines the type data object Medialtem that includes the constructor (i.e. function _init_). You will consider the following attributes:

media, title, price, price, ref, director, lead actor, author. All the attributes can be

initialized to None by default.

3. In the inventory.py file:

a) Complete the initialize function that creates and returns a list of Medialtem data objects. Ideally we would like to read the entire inventory from a file (so we could easily consider 1000s of items if needed) but we will do that later in the semester. Here, you will need to fill up by hand (hard coded) all the attributes of the objects for our selected 9 items presented in Tables 1 and 2 (a bit long but you can cc-paste title, etc. from this pdf file).

b) Write the function display that displays the items as presented in the output example (you can use'n for line breaks and \t to separate each field of the items). We note that the header of the file contains the instruction from Medialtem import Medialtem which will allow you to use the Medialtem data type.

Reference no: EM132330147

Questions Cloud

Is it ethical for prisons to focus on profit : Is it ethical for prisons to focus on profit? Why or why not? Do you support the phasing out of corporate-run prisons by the Justice Department? Why or why not?
How should we balance the need to collaborate : How should we balance the need to collaborate and cooperate for the benefit of all with the need to maintain maximum advantage (if however slight) over.
Write the new methods you would have to implement in class : Write the class Box3D that inherits from Rectangle2D and uses the additional public attribute d. Every methods should use the super operator.
What the results to each party would be : Create a hypothetical scenario in which an innocent, routine interaction between a citizen in a public place and the police could result in a continuing.
Write a while loop that keeps printing the menu selection : An inventory of the media store is displayed when option 1 is selected. We can see the references, media type, title and price of each item.
Display the number of seats sold and the revenue collected : Python program that obtains the number of Reserved Seating tickets that have been sold for a recent event and totals their revenue.
What is the more effective method of delivery a nebuliser : 92440 Evidence for Nursing Assignment, University of Technology Sydney, Australia. What is the more effective method of delivery- a nebuliser or a spacer
What will be displayed after the code runs : Assuming the random module has been imported into its default namespace, which of the following could be used to generate a random even integer.
What are the specific aims and purposes of the criminal law : What are the specific aims and purposes of the criminal law? To what extent does the criminal law control behavior? What kinds of activities should be labeled.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd