Jump to content

Terminal control/Ringing the terminal bell: Difference between revisions

m (→‎{{header|REXX}}: added notes about ASCII vs. EBCDIC machines, added comments and examples.)
Line 497:
<lang PureBasic>Print(#BEL$)</lang>
=={{header|Python}}==
In Python 2.7.x:
<lang python>print "\a"</lang>
In Python 3.x:
<lang python>print "\a"</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.