Home
Press ? for keyboard navigation
❮
map fetch value from dictionary
Exercise: row to length
❯
Exercise: string to length
Given a list of strings, create an iterable that will provide the length of each string.
If the input is
['moon', venus', 'jupyter']
then the resulting iterable should return 4, 5, and 7.
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)