hi everybody , I have a program (below) but don't know how to direct the out put to the printer , can anyone help thanks
from calendar import *
setfirstweekday(5) #saturday
prcal(2008)
raw_input('hit a key')
another question is that I tried writing " saturday " instead of "5" and it gave me error , how else can I do it so that it would be more undrestandable ?