You can use this assignment in your class!
Mastery Progress(100.0%)
i

Strings and Lists - Review

You answeredJUST NOW
Python
You passed all test cases!
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']

Did you like this question?

(Voting helps us personalize your learning experience!)
imgInstructor solution
Alec KretchMAY 19, 2024, 1:23:34 PM
Python

Was this helpful?

(Voting helps us personalize your learning experience!)
Think you've got it?
Select one of the following options:
  • A.
  • B.
  • C.
  • D.
Submit answer

Was this helpful?

(Voting helps us personalize your learning experience!)

You may exit out of this review and return later without penalty.