Month Name by macik

import time
i=input
for k in[i()]*30:
 w=i()
 print w,time.strftime('%B',[w]*8+[0])

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

download

return to the top page