The statement "d = d + 1" can be written "d += 1", which reads "d equals itself plus one".
By the way, how are you doing the Python as a CGI script? I'd like to possibly do this with a web page that I'm working on instead of having to use PHP.
None yet. It's going to take me a little while yet to finish the site because I'm writing all of the code for it by hand. Do you have a particular server that you would reccommend?
Yes, Python has all of the standard augmented assignment operators. eg. +=, -=, /=, *=, and %=
X10 hosting, check them out, Unlimited bandwidth and space + CGI and PHP and ASP NET, if I can ever get the ASP working right, their server has issues with it.
O.O I just looked at their website and they've got to be the best free hosting service that I've ever seen! Thanks for telling me about this! I was wondering what I was going to do about a server for my site and was having a hard time finding a good host. Thanks again!