📘 Python Crash Course – Chapter 3: Introducing Lists – Exercise 3-10 Solution
Welcome to another solution from Python Crash Course by Eric Matthes.
📝 Exercise 3-10
Task:Think of something you could store in a list . For example,
you could make a list of mountains, rivers, countries, cities, languages, or any
thing else you’d like .
Write a program that creates a list containing these items
and then uses each function introduced in this chapter at least once
✅ Solution Code:
# All functions had been covered in the earlier programs
🧠 Code Explanation:
# All functions had been covered above🔍 Output:
📚 Related Exercises from Chapter 3:
- ➤ Exercise 3-1 -> Names
- ➤ Exercise 3-2 -> Greetings
- ➤ Exercise 3-3 -> Your Own List
- ➤ Exercise 3-4 -> Guest List
- ➤ Exercise 3-5 -> Changing Guest List
- ➤ Exercise 3-6 -> More Guests
- ➤ Exercise 3-7 -> Shrinking Guest List
- ➤ Exercise 3-8 -> Seeing the World
- ➤ Exercise 3-9 -> Dinner Guests
- ➤ Exercise 3-10 -> Every Function
🔗 Connect With Us:
“The only way to learn a new programming language is by writing programs in it.”
– Dennis Ritchie
📌 Tags: #Python #PythonCrashCourse #CodingForBeginners #LearnPython #PythonProjects #PythonTips #introducingLists