Re: [Tutor] help with script

2011-12-28 Thread Alan Gauld
On 28/12/11 01:31, nickto...@comcast.net wrote: hello, my name is nick. i got python for software design by Allen B. Downey as a gift for christmas. i am completely new to programming Welcome, we are here to help :-) 5 x=5 x+1 im ok when it comes to using python so far. but it has asked me to

Re: [Tutor] help with script

2011-12-27 Thread James Reynolds
On Tue, Dec 27, 2011 at 8:31 PM, wrote: > hello, my name is nick. i got python for software design by Allen B. > Downey as a gift for christmas. i am completely new to programming and i am > having trouble figuring out how to do an exercise concerning script.. > my problem > 5 > x=5 > x+1 > im ok