[Tutor] Meeester bell.

Doug.Shawhan@gecits.ge.com Doug.Shawhan@gecits.ge.com
Thu, 1 Aug 2002 15:47:38 -0400


That's the ticket! (Just prints an ansi character in IDLE, but works like a
charm in text!)

Thanks for your help.

d

-------Thus Spake Blake-----------------

I think you just want:
>>>print "\a"

The escape signal '\a' is the system alarm (hence the "a" notation.)  This
is a carry-over from printf in C.

-Blake Garretson