cal by hallvabo

import calendar as c
while 1:print('%-20s'+'\n%s'*7)%tuple(c.TextCalendar(6).formatmonth(*map(int,raw_input().split())[::-1]).split('\n')[:8])

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page