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