[Tutor] Another Quick Question

Alan Gauld alan.gauld at freenet.co.uk
Mon Nov 14 09:43:24 CET 2005


> 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 there it should work.
Running in IDLE or PythonwIn, which are windows environments,
won't work.

HTH,

Alan G
Author of the learn to program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld



More information about the Tutor mailing list