You answeredJUST NOW
Python
STDIN
hello world
Expected STDOUT
['hello', 'world']
Your STDOUT
['hello', 'world']
STDIN
python programming
Expected STDOUT
['python', 'programming']
Your STDOUT
['python', 'programming']
STDIN
split this string
Expected STDOUT
['split', 'this', 'string']
Your STDOUT
['split', 'this', 'string']
STDIN
123 456 789
Expected STDOUT
['123', '456', '789']
Your STDOUT
['123', '456', '789']
Instructor solution
You may exit out of this review and return later without penalty.