gvalkov / python-oneliner

Module for practical Python one-liners
Other
37 stars 7 forks source link

no print output #5

Open seguri opened 7 years ago

seguri commented 7 years ago

Hi,

I'm probably misunderstanding how this works. Shouldn't this print something?

python -m oneliner -e 'print("hi")'
seguri commented 7 years ago

For anyone interested, I partially rewrote gvalkov/python-oneliner: seguri/python-oneliner.