On Tue, May 18, 2010 at 5:14 AM, Luke Paireepinart <rabidpoob...@gmail.com> wrote: > Forwarding. Peter use reply-all don't reply offlist please. > > ---------- Forwarded message ---------- > From: Peter <cyclesp...@windstream.net> > Date: Mon, 17 May 2010 10:08:47 -0400 > Subject: Re: [Tutor] Learning python using Michael Dawson's book > To: Luke Paireepinart <rabidpoob...@gmail.com> > > Hi, > The result in the book has lettering like the following: > ___ __ __ > | | | | | | > | |__| | | | > | __ | | | > | | | | | | > |__| |__| |__|
Well, that's definitely not what the code would be producing, nor does it seem to be related to what the example claims to be doing... Perhaps instead of print( """ """ ) which is a very strange idiom (though valid), you should write: print( """ ___ __ __ | | | | | | | |__| | | | | __ | | | | | | | | | |__| |__| |__| """ ) or perhaps you are looking at one example and the explanation of another? -- André Engels, andreeng...@gmail.com _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor