p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Lists and Tuples
Lists and Tuples
list
tuple
mutable
immutable
indexing
slicing
list methods
tuple methods
in
NEXT
Introduction to Lists in Python
LESSON
Exercise: Create Python List I
CHALLENGE
Exercise: Create Python List II
CHALLENGE
Exercise: Create Python List III
CHALLENGE
Exercise: Dynamically Create Lists
CHALLENGE
Exercise: Create function to get last element of list
CHALLENGE
Modifying Lists in Python
LESSON
Exercise: Update element in list
CHALLENGE
Exercise: Update multiple elements in list
CHALLENGE
Exercise: Append element to list
CHALLENGE
Exercise: Insert element into list
CHALLENGE
Exercise: Find index of element
CHALLENGE
Exercise: Conditionally remove element from list
CHALLENGE
Introduction to Tuples in Python
LESSON
Test: Python Lists and Tuples
EXAM