Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python lists and loops help please Python: Dinner List Write an python script to set up invitations to dinner (the name is up to you)

Python lists and loops help please image text in transcribed
image text in transcribed
Python: Dinner List Write an python script to set up invitations to dinner (the name is up to you) Create a list of three people (living or dead) that you would like to have to dinner at your home. The list should be created in order of priority. Create two other variables: a location and the date/time (e.g. Friday, November 2nd at 7pm) 2. Use print statement(s) to send an evite message: ", you're invited to dinner at
on ." Use indexing and concatenation in your print statements. 3. You find out that the third person on your list cannot make it. Update your list to include a new dinner guest in the former guest's spot in the list. Create a new evite just for the new guest using a print statement as described in item 2 4. You just remembered that you have a bigger dinner table such that you can add 3 more guests. You also remembered that you forgot to evite Dr. Armentrout! So, add him to the list in the highest priority spot. Then add two more people to the list: one in the third position of the list and one at the end of the list. Print evites (again lik part 2) for the all guests. 5. Alas you are missing two chairs from your dining set. You will need to un-evite two guests. Remove the last two people from your list and print them an apology message: "I'm sorry

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

Intelligent Databases Technologies And Applications

Authors: Zongmin Ma

1st Edition

1599041219, 978-1599041216

More Books

Students also viewed these Databases questions

Question

Discuss the reasons why a firm may repurchase its own common stock.

Answered: 1 week ago

Question

=+Are you interested in working on global teams?

Answered: 1 week ago

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago