You answeredJUST NOW
Python
STDIN
here is a list
Expected STDOUT
['here', 'is', 'a']
Your STDOUT
['here', 'is', 'a']
STDIN
1 2 3 4 5 6 7 8 9 10
Expected STDOUT
['1', '2', '3', '4', '5', '6', '7', '8', '9']
Your STDOUT
['1', '2', '3', '4', '5', '6', '7', '8', '9']
STDIN
a b c d e f
Expected STDOUT
['a', 'b', 'c', 'd', 'e']
Your STDOUT
['a', 'b', 'c', 'd', 'e']
Instructor solution
3.6 Dictionaries - Lesson
You may exit out of this review and return later without penalty.