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.
Sur cette page du site, vous pouvez voir la vidéo en ligne Removing items from a Python list | Python Crash Course - Exercise 3.7 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Data Whisperer Academy 26 avril 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 156 fois et il a aimé 21 téléspectateurs. Bon visionnage!