Bob McGowan wrote:
So, a question: Can python 'run' code directly from the command line, as Perl does with the -e option?
Yes:

python -c 'print "!dlrow olleH"[::-1]'


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to