Newbie Question HELP!

Daniel Ehrenberg LittleDanEhren at yahoo.com
Fri Dec 19 17:45:20 EST 2003


"TyBriD" <TyBriD at si.rr.com> wrote in message news:<yPyEb.6462$0P1.3040 at twister.nyc.rr.com>...
> hello guys i am new top programming and was told python is the best place to
> start i so far understand variables ex:
> print ("Fill In Below")
> name = raw_input("Enter Your Name Please: ")
> age = input("Enter Your Age Please: ")
> print "Your Name Is", name
> print "Your Age Is", age
> 
> but i was wondering if there was a way to compile a EXE file to display the
> print because this only seems to run in python shell, or is there a way to
> create my own interface for my program in python thanks in advanced

Somebody already answered your question, but just so you know, you
don't need to put parenthases around what's after print.




More information about the Python-list mailing list