Chris Lasher wrote:
> My professor and advisor has been "inspired" by me to give Python a
> try. He's an avid Perl user, and challenged me with the following:
> 
> What is the Python equivalent to perl -e '<some oneliner>'?

python -c

More details here:
http://linuxcommand.org/man_pages/python1.html

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to