Beispiel #1
#!/usr/bin/env python
print "Content-type: text/html\n\n" # Das ist ein Zeilenkommentar
"""
Das ist ein Blockkommentar
ueber mehrere Zeilen
"""
Beispiel #2
#!/usr/bin/env python # -*- coding: utf8 -*- print "Content-type: text/html\n\n" # Das ist ein Zeilenkommentar """ Das ist ein Blockkommentar über mehrere Zeilen """