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.
In questa pagina del sito puoi guardare il video online Removing items from a Python list | Python Crash Course - Exercise 3.7 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Data Whisperer Academy 26 aprile 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 156 volte e gli è piaciuto 21 spettatori. Buona visione!