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

Unit 3: Types - Review Assignment

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

Did you like this question?

(Voting helps us personalize your learning experience!)
imgInstructor solution
Alec KretchNOV 17, 2022, 4:11:49 PM
Python

Was this helpful?

(Voting helps us personalize your learning experience!)
img3.6 Dictionaries - Lesson

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.