Show HN: SSPipe, brought unix's pipe(|) operator to Python

  •     "hello world!" | p(print)
    
    Too bad this "p" thing is needed. This would be so cool:

        "hellow world!" | print
    
    I whish real pipes came to all programming languages.