PSP: вывод списков
<html>
<body>
<%
a = ['spam', 'eggs', 100, 1234]
for i in range(10):
# This comment sets the indentation that will last until
# another command or comment changes it (И пробелы перед ним обязательны ! )
%>
<p><%= i %></p>
<%
# этот комментарий окончание цикла ! )
%>
</html>
</body>
This entry was posted
on Friday, June 12th, 2009 at 7:17 am and is filed under PSP, Python.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.