gordnjen wrote:
> So, now I need to know how to insert a doctype declaration into my
> python script so that a) the python script runs properly and b)the page
> validates as valid XHTML.
>
> Here is my code below. It runs fine as a python script, but won't validate:
>
> import time
> print "C
Thanks to everyone who helped me with the
problem I had with my "age" program. I now have it working properly
(yay).
So, now I need to know how to insert a
doctype declaration into my python script so that a) the python script runs
properly and b)the page validates as valid XHTML.
Here i