Step: Pipe: |
Pipe: |
| feeds each output of the left filter into the right filter, just like a Unix shell pipe.
Every element the left side streams is processed independently by the right side.
Your turn: print each pet's name.
Input:
Expected:
Step 9 of 27