abrilc
Python Digital Clock
#!/usr/bin/env python
from time import gmtime, strftime, sleep
from os import system
while 1:
system("clear")
print strftime(" %H:
%M:%S ", gmtime())
sleep(1)
09/27/07
Accent theme by
Handsome Code
caixó d'idees
view archive