# Version: January 22, 2008 by James Tam # Alarm print ("\a*Beep!* (may not work through text-only terminal connections such as SSH)") # Newline print ("hi\nthere") # Single quote print ('it\'s') # Slash and double quote print ("he\\y \"you\" ")