Vehicle-Anti-Theft-Face-Rec.../venv/Lib/site-packages/win32comext/axscript/Demos/client/asp/tut1.asp

11 lines
147 B
Text

<HTML>
<SCRIPT Language="Python" RUNAT=Server>
for i in range(3,8):
Response.Write("<FONT SIZE=%d>Hello World!!<BR>" % i)
</SCRIPT>
</HTML>