biggner question

Daniel Klein danielk at aracnet.com
Mon Jan 29 09:01:59 EST 2001


On Sun, 28 Jan 2001 20:28:09 +0300, "baasad" <baasad at qualitynet.net> wrote:

>how can I read from the command line
Look in the Python documentation for the 'python' command as well as
'sys.argv'.

>also how can I read users input :)
myinput = raw_input("What's new?")

Daniel Klein



More information about the Python-list mailing list