python version?

Duncan Booth duncan at NOSPAMrcp.co.uk
Tue Jun 18 07:34:28 EDT 2002


"George Hester" <hesterloli at hotmail.com> wrote in 
news:9YBP8.44418$GY.13865843 at twister.nyroc.rr.com:

> I think you guys don't how to do it.

And I think you are one of the most impolite posters we have seen around 
here.

Try this:
<html>
<head>
  <title>Python Version</title>
</head
<body>
<SCRIPT Language="Python" RUNAT=Server>
import sys
Response.Write(sys.version)
</SCRIPT>
</body>
</html>


-- 
Duncan Booth                                             duncan at rcp.co.uk
int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3"
"\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure?



More information about the Python-list mailing list