| Python 2.2 für Einsteiger | ||
|---|---|---|
| <<< Previous | Einführung anhand von Beispielen | Next >>> |
#!/usr/bin/python
#import cgi
import sys, time
print 'Content-type: text/plain\n\n'
while 1:
print '-'
sys.stdout.flush()
time.sleep(1)
| <<< Previous | Home | Next >>> |
| Existenz einer Datei | Up | Summe mit variablen Argumenten |