Create a list called readinglist with two books

Assignment Help Python Programming
Reference no: EM132356514

Question

· Define a function called printMenu that prints the following choices :

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 printList that takes in a list as a parameter and prints the entries in the list one entry per line. If the list is empty, have the program print «No titles in the list »

· In the program do the following :

1. Create a list called readingList with two books : « Catch 22 » and « Time Machine »

2. Print a greeting message to the user

3. Call the printMenu function above to display the menu

4. Get user's choice.

5. Do the following according to user input :

o If the user chooses «L » or « l », call the printList function with readingList 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, add it 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 removes it from the list if it is in the list. If it is not in the list, then the program says «The given book title is not in the reading list ».

o If the user chooses « I » or « i », the program asks the user for a book title. If the title is in the list, it says « The title is already in the list », otherwise, it asks for the index to insert the title at. If the index is invalid (lees than zero or greater than the length of the list), then the program says « Invalid index. Enter index again ». It continues this process until 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 to step 6.

o If the user chooses anyhting else, tell the user to enter their choice again and go back to step 3.

6. Print « End of program » on the screen

Reference no: EM132356514

Questions Cloud

Analysis of the potential impact of changing demography : Analysis of the potential impact of changing demography on the HR planning and job design - briefly describe your chosen company or industry and the purpose
Write a program to accept the food expenses of five students : Write a program to accept the food expenses of five students. Calculate and display the total expenses from all the five students combined.
What business practices your chosen company adopt : Briefly provide some background information which you deem essential and highly relevant to your analysis - What is the business structure and governance
Develop a robust effect-cause-effect logic tree diagram : SP004 Systems Thinking for Organizational Improvement Assignment, Walden University, USA. Develop a robust effect-cause-effect logic tree diagram
Create a list called readinglist with two books : Define a function called printList that takes in a list as a parameter and prints the entries in the list one entry per line. If the list is empty have program.
Read a four digit decimal integer from the keyboard : Subject Use Python IDLE, select file menu then new file command to edit and debug your program. Write a complete Python program.
How many times each letter of the alphabet was used : Allow the user to type in a sentence to allow the program to perform analytics. Find out how many times each letter of the alphabet was used in useras sentence.
Analyze a comma-separated values file of real estate data : Write a menu driven console program that loads, parses and analyzes a comma-separated values file of real estate data.
Display the stripped phone number : Ask the user to enter the 4-digit code of an orange. Strip all the leading and trailing whitespace characters from the code. Display the stripped phone number.

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