python -c "for x in range(1,10) print x"
I enjoy python one liners with -c, but it is limited when indentation is needed.I e
python -c "for x in range(1,10) print x"
I enjoy python one liners with -c, but it is limited when indentation is needed.I e