Implement a program for a user to manipulate a readinglist

Assignment Help Python Programming
Reference no: EM132356333

In this exercise you will implement a program for a user to manipulate a readinglist.

• Define a function called print Menu that prints the followingchoices :

o List all (L)

o Add (A)

o Number of books (N)

o Remove (R)

o Insert (I)

o Quit (Q)

• Define a function called print List that takes in a list as a parameter and prints the entries in the listone entry per line. If the listisempty, have the program print «No titles in the list »

• In the program do the following :

1. Createa list called reading List with two books : « Catch 22 » and « Time Machine »

2. Print a greeting message to the user

3. Call the printMenufunctionaboveto display the menu

4. Getuser'schoice.

5. Do thefollowingaccording to user input :

o If the user chooses «L » or « l », call the print List function with reading List as the argument and go back to step 3.

o If the user chooses « A » or « a », ask the user the title of the book,addit to the end of the readingList and go back to step 3.

o If the user chooses « N » or « n », print the number of books in readingList and go back to step 3.

o If the user chooses « R » or « r », the program asks the user for a book title ; and removesitfrom the list if itis in the list. If itis not in the list, then the program says«The given book titleis not in the readinglist ».

o If the user chooses « I » or « i », the program asks the user for a book title. If the titleis in the list, itsays « The titleisalready in the list », otherwise, itasks for the index to insert the title at. If the index isinvalid (leesthanzero or greaterthan the length of the list), then the program says « Invalid index. Enter index again ». It continues thisprocessuntil the user enters a valid index. Once the user enters a valid index, it inserts the title at the given index.

o If the user chooses « Q » or « q », print « Bye » and go tostep6.

o If the user choosesanyhtingelse, tell the user to enter theirchoiceagain and go back to step 3.

6. Print « End of program » on the screen

What to submit?

1. Make sure that your programs run correctly on various inputs.

2. Document and style your program properly.

3. Save your file as FirstNameLastNameL20.py. Save a screenshot of the output as FirstNameLastNameL20.png

4. Submit the file in the dropbox for Lab 20

Reference no: EM132356333

Questions Cloud

Briefly any five security attributes by taking examples : Explain briefly any five security attributes by taking examples from every day for illustration and explain why this attribute is justified in the example
What are the pros of the proposed iot product : What else is offered similar to the proposed IoT product in the market? What are the pros of the proposed IoT product? What are cons of the proposed IoT product
Calculate separate Odds ratios and confidence intervals : Calculate separate Odds ratios and confidence intervals (by hand or using software) to assess the association between smoking and ovarian cancer
Discuss about the bathtub curve : CS5514 - Systems Project Management - Brunel University - Discussing the statement Planning any IT project is a guarantee of success
Implement a program for a user to manipulate a readinglist : Define a function called print List that takes in a list as a parameter and prints the entries in the listone entry per line. Implement a program for a user.
Write a program that checks a user entered password : At least 1 special character You must have a separatefunction for the each of the five criteria above and a main function that allows the user to enter.
Write a main function that prompts the user for the values : CPSC 1301L-COMPUTER SCIENCE- Write a main function that prompts the user for the values of r and h, calls the six functions and prints the results.
Philosophy-argument analysis paper : Philosophy-Argument Analysis Paper. Choose one prompt as a guideline for the topic of your paper. These prompts are meant to initiate your thinking.
Define variables to hold the weight of each of two passenger : An Arctic helicopter service cannot carry more than 2 passengers and more than 300 pounds in extra weight. Define variables to hold the weight of each.

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