Removing items from a Python list | Python Crash Course - Exercise 3.7

Published: 26 April 2022
on channel: Data Whisperer Academy
156
21

This video shows you how to remove items from a list using the .pop() method and the del statement.

Link the exercise 3.6 video:    • How to add new items to a Python list | Py...  

3-7. Shrinking Guest List: You just found out that your new dinner table won’t arrive in time for the dinner, and you have space for only two guests.
• Start with your program from Exercise 3-6. Add a new line that prints a message saying that you can invite only two people for dinner.
• Use pop() to remove guests from your list one at a time until only two names remain in your list. Each time you pop a name from your list, print a message to that person letting them know you’re sorry you can’t invite them to dinner.
• Print a message to each of the two people still on your list, letting them know they’re still invited.
• Use del to remove the last two names from your list, so you have an empty list. Print your list to make sure you actually have an empty list at the end of your program.


On this page of the site you can watch the video online Removing items from a Python list | Python Crash Course - Exercise 3.7 with a duration of hours minute second in good quality, which was uploaded by the user Data Whisperer Academy 26 April 2022, share the link with friends and acquaintances, this video has already been watched 156 times on youtube and it was liked by 21 viewers. Enjoy your viewing!