Search Exercises
Find the perfect exercise to practice your coding skills
11 results for "lists"
1
Find Maximum Value
Find the largest element in a Python list.
2
For Loops
Master iteration with Python for loops to process collections and ranges.
3
JavaScript Arrays
Master JavaScript arrays for storing and manipulating collections of data.
4
List Comprehensions
Write concise loops using Python list comprehensions.
5
Merge Two Sorted Lists
Merge two sorted lists into one sorted list.
6
Python Dictionaries
Learn to store and access data using key-value pairs with Python dictionaries.
7
Python Lists Basics
Learn to create and manipulate lists, Python's most versatile data structure.
8
Python Tuples
Learn to use tuples for immutable data collections in Python.
9
Remove Duplicates
Remove duplicate values from a list.
10
Reverse a List
Reverse a list in Python without built-in methods.
11
Sum of List Elements
Learn how to calculate the sum of all elements in a Python list.