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.
En esta página del sitio puede ver el video en línea Removing items from a Python list | Python Crash Course - Exercise 3.7 de Duración hora minuto segunda en buena calidad , que subió el usuario Data Whisperer Academy 26 abril 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 156 veces y le gustó 21 a los espectadores. Disfruta viendo!