You answeredJUST NOW
Python
STDIN
[34, 1, 0, -23, 12, -88]
Expected STDOUT
Original numbers in the list: [34, 1, 0, -23, 12, -88]
Positive numbers in the said list: [34, 1, 12]
Positive numbers in the said list: [34, 1, 12]
Your STDOUT
Original numbers in the list: [34, 1, 0, -23, 12, -88]
Positive numbers in the said list: [34, 1, 12]
Positive numbers in the said list: [34, 1, 12]
Instructor solution
You may exit out of this review and return later without penalty.