You answeredJUST NOW
You passed all test cases!
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']
Expected STDOUT
['a', 'b', 'c', 'd', 'e']
Your STDOUT
['a', 'b', 'c', 'd', 'e']
Did you like this question?
(Voting helps us personalize your learning experience!)
Instructor solution
Instructor Alec KretchJAN 17, 2021, 11:35:34 PM
Top Answer (Voting helps us personalize your learning experience!)
Collections in Python Presentation (pages 3, 4)
(Voting helps us personalize your learning experience!)
Think you've got it?
Select one of the following options:
(Voting helps us personalize your learning experience!)
You may exit out of this review and return later without penalty.