[Tutor] Can't figure out why this is printing twice

Mike Hoy hoym74 at gmail.com
Tue Jun 9 10:03:16 CEST 2009


On Tue, Jun 9, 2009 at 3:00 AM, Mike Hoy <hoym74 at gmail.com> wrote:

> Here's the screenshot:
>
> http://img40.imageshack.us/img40/7124/printtwice.png
>
> In case the image goes down here's the code:
> import gzip
> import datetime
> date = datetime.date.today()
> name = date.strftime('%m-%d-%Y')+'.gz'
> print "The name of the file will be", name
>
> Here's the output:
> -----------------------------
> mhoy06 at Blackbox:~/code/python$ python gzip2.py
> The name of the file will be
> The name of the file will be 06-09-2009.gz
> -----------------------------
> It's Python 2.6.2 on Ubuntu 9.04
>
> -Mike Hoy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090609/2fe0bd03/attachment-0001.htm>


More information about the Tutor mailing list