In this course, you’ve reviewed what you learned in Python Basics: Lists and Tuples. You’ve used Python lists and tuples to store collections of objects, and you’ve gained a stronger understanding of the best use cases for each data type.
In this video course, you’ve practiced:
- Defining and manipulating lists and tuples in Python
- Leveraging the unique qualities of lists and tuples
- Determining when you should use lists vs tuples
Now you have an even stronger grasp of Python lists and tuples, and you’re ready to effectively incorporate them into your own programming projects.
For more on lists and tuples, check out:
alvesmig on Feb. 8, 2024
Hello, my solution is almost the same as yours.
I have a question: Which one is better, yours which is written completely in a function or mine which only uses a little function to get the article?
Best regards Miguel
Here is my solution: