Command line input

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Mon Mar 31 16:13:05 EDT 2008


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



More information about the Python-list mailing list