Re: running python on xp command prompt

2007-03-17 Thread Steve Potter
On Mar 17, 2:15 pm, [EMAIL PROTECTED] wrote: > Hi, > > I have a simple question about running python on windows xp command > prompt. The file is as follows and is named spam.py: > > print 2**8 > print 'the bright side' + 'of life' > print "hello world" > > I run this on the command prompt as follow

running python on xp command prompt

2007-03-17 Thread TPhung
Hi, I have a simple question about running python on windows xp command prompt. The file is as follows and is named spam.py: print 2**8 print 'the bright side' + 'of life' print "hello world" I run this on the command prompt as follows C:\Documents and Settings\User>python C:\Documents and Sett