Re: Command line input



On Mon, 31 Mar 2008 12:39:54 -0700, hexusnexus wrote:

How do I receive input from the command line in Python?

Direct way `sys.argv`, comfortable way `optparse`.

Ciao,
Marc 'BlackJack' Rintsch
.