<%@ Language=Python %> <% def println(v): Response.Write(v +"
") println("A") println("BB") println("CCC") %>