home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
python
/
python_1
/
scripts_Calendar
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
125 b
|
6 lines
import calendar
import time
now=time.localtime(time.time())
calendar.prcal(now[0])
print
print "It is now ",time.asctime(now)