why does python execute line bye line as im coding?????????

Curly Joe woooee at yahoo.com
Sat Jun 14 00:31:41 EDT 2003


Try:

name = raw_input( "What's your name? " )
print "hello", name


im just going through the python for beginrers
tutorial and all was cool untill
i stated trying to do thing s like
input = name("whats your name")
print "hello "name

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com





More information about the Python-list mailing list