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

Опубликовано: 26 Апрель 2022
на канале: 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.


На этой странице сайта вы можете посмотреть видео онлайн Removing items from a Python list | Python Crash Course - Exercise 3.7 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Data Whisperer Academy 26 Апрель 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 156 раз и оно понравилось 21 зрителям. Приятного просмотра!