On Mon, 03 Nov 2008 14:14:00 +0100, ostra pikula
<[EMAIL PROTECTED]> wrote:

>Hello everyone,
>
>please, I need your help. I'm a beginner in python and this is
>probably elemental to you, but represents quote a goggle for me.
>
>I'm trying to write out a calendar for a year, in this form (imaginary
>month below):
>       2008, February
>       Mon     Tue     Wed     Thu     Fri     Sat     Sun
>               01      02      03      04      05      06
>       07      08      09      10      11 ... et cetera
>       2008, March
>       ...
>       ...
>       ... (same as above, only for march)
>

My mistake here (well, whose else would it be ?!); it's supposed to go
2008, February  2008, March
....                    ....

Months are supposed to go, one after the other in a row, not in a
column.

Ostra
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to