
You answeredJUST NOW
Python
STDIN
tree
Expected STDOUT
[('a', 1), ('can', 1), ('every', 1), ('pine', 2), ('tall', 1), ('that', 1), ('was', 1)]
Your STDOUT
[('a', 1), ('can', 1), ('every', 1), ('pine', 2), ('tall', 1), ('that', 1), ('was', 1)]
STDIN
person
Expected STDOUT
[('chopped', 1), ('one', 1), ('plays', 1), ('tall', 1)]
Your STDOUT
[('chopped', 1), ('one', 1), ('plays', 1), ('tall', 1)]
STDIN
tall
Expected STDOUT
[('one', 1), ('person', 1), ('that', 1), ('tree', 1)]
Your STDOUT
[('one', 1), ('person', 1), ('that', 1), ('tree', 1)]
Instructor solution
You may exit out of this review and return later without penalty.