Re: [Tutor] Learning python using Michael Dawson's book

2010-05-17 Thread Steven D'Aprano
On Mon, 17 May 2010 11:08:38 pm Peter wrote: > Hello, > I am at the very beginning of learning Python. If anyone is familiar > with Michael Dawson's book: "Python Programming for the Absolute > Beginner" The following script (according to the book) should create > "block lettering" created by dashe

Re: [Tutor] Learning python using Michael Dawson's book

2010-05-17 Thread Luke Paireepinart
I don't see any printing of dashes whatsoever. can you explain in more detail what output you're getting, how it's different from what you expected, and why you think that happened? On 5/17/10, Peter wrote: > Hello, > I am at the very beginning of learning Python. If anyone is familiar > with Mic

[Tutor] Learning python using Michael Dawson's book

2010-05-17 Thread Peter
Hello, I am at the very beginning of learning Python. If anyone is familiar with Michael Dawson's book: "Python Programming for the Absolute Beginner" The following script (according to the book) should create "block lettering" created by dashes and vertical lines. If I could show a picture of