On Sat, Oct 6, 2012 at 4:35 PM, Alan Gauld <alan.ga...@btinternet.com> wrote: > On 07/10/12 00:19, Richard D. Moores wrote: > >> That "1" means Tuesday, right? But how can I use calendar to print out >> that word, "TUESDAY"? > > > days = ("Monday", > "Tuesday", > "Wednesday", > "Thursday", > "Friday", > "Saturday", > "Sunday") > > print '2014/2/18 is: ', days[calendar.weekday(2014, 2, 18)]
I was thinking that that kind of thing would be built into calendar. Thanks. Dick _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor