p
y
c
h
a
l
l
e
n
g
e
r
Home
Intermediate Python
Working With Iterables
Working With Iterables
list comprehension
sum
max
min
reversed
all
any
zip
NEXT
Aggregate and Analyze Iterables
LESSON
Exercise: Find maximum value of iterable
CHALLENGE
Exercise: Find maximum key in dictionary
CHALLENGE
Exercise: Find minimum value in dictionary
CHALLENGE
Exercise: Get sum of tuple
CHALLENGE
Exercise: Calculate the average value
CHALLENGE
Introduction to list comprehension
LESSON
Exercise: List Comprehension I
CHALLENGE
Exercise: List Comprehension II
CHALLENGE
Exercise: List Comprehension III
CHALLENGE
Mastering the zip() Function in Python
LESSON
Pair Lists with zip()
CHALLENGE
Pair Fruits and Colors with zip()
CHALLENGE
Zip Three Lists Together
CHALLENGE
Zip Unequal Length Lists
CHALLENGE
Loop Through zip() with Unpacking
CHALLENGE
Zip Three Lists into Profiles
CHALLENGE
Sum Paired Tuples with zip()
CHALLENGE
Build Reports from Three Lists with zip()
CHALLENGE
Compute Order Total with zip()
CHALLENGE