Re: [Tutor] Another Quick Question

2005-11-14 Thread Alan Gauld
> I went to the language reference which also seems to indicate I should get > a > sound with exactly what the author is saying. The exact line is: > > print "\a" Escape characters are terminal settings so you need to be running in a terminal. Start up a command window and run the program ther

Re: [Tutor] Another Quick Question

2005-11-14 Thread Norman Silverstone
> I’m one of the people new to Python who has started going through a > beginner’s book to learn the basics of the language (“Python > Programming for the Absolute Beginner”). In the second chapter the > author (Michael Dawson) illustrates the use of escape sequences with, > among other things,

Re: [Tutor] Another Quick Question

2005-11-13 Thread Pujo Aji
I use windows, it works for meHave checked your sound card, volume before trying the code?pujoOn 11/14/05, Johan Geldenhuys < [EMAIL PROTECTED]> wrote: Could this be a OS thing? I use Linux and it works here. Steve Haley wrote: Folks,   I'm one of the people new to

Re: [Tutor] Another Quick Question

2005-11-13 Thread Johan Geldenhuys
Could this be a OS thing? I use Linux and it works here. Steve Haley wrote: Folks,   I’m one of the people new to Python who has started going through a beginner’s book to learn the basics of the language (“Python Programming for the Absolute Beginner”).  In the second chapt