Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions
This exercise includes
Technical SkillsTry this exercise
Create an account and get immediate access to this exercise
Already have an account?
Skill level
EASY
Time to complete
10 hours
Access
Free
Prerequisites
None

See the content included in this exercise
Get an overview of the topics you will explore in this course, including lists, tuples, loops, mapping, filtering, matrices, and merging lists.

Learn to use the print() function to display text in the Python console.
Practice looping through a list with a for loop to print every element one by one in the console.
Practice inverting a list by looping through it and appending each item to a new list, then print the result.

Practice writing a function that uses a for loop and type() to print the data type of each element in a mixed list.


Continue learning about this exercise's topics

Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions
Try this exercise
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Try this exercise
Exercises and examples for linear algebra using Python and NumPy, covering topics such as vectors, matrices, and linear transformations.
Try this exercise
Learn Object Oriented Programming concepts using Python, from basic to advanced topics. This tutorial covers classes, inheritance, polymorphism, encapsulation, and more. Ideal for beginners and experienced developers looking to deepen…
Try this exerciseLearn how to use and create Python modules, from basic imports to advanced concepts
Try this exerciseMaster Python best practices through hands-on exercises covering clean code, testing, error handling, and code organization. Perfect for developers looking to write more maintainable and professional Python code.
Try this exercise