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
sorted
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