mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-23 02:40:43 +00:00
12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
<HTML>
|
|
|
|
<SCRIPT Language="Python" RUNAT=Server>
|
|
|
|
for i in range(3,8):
|
|
Response.Write("<FONT SIZE=%d>Hello World!!<BR>" % i)
|
|
|
|
</SCRIPT>
|
|
|
|
</HTML>
|
|
|