Hacker News new | ask | show | jobs
by zeitgeistcowboy 721 days ago
Character 7 is still a bell! I always loved that when you printed ASCII character 7 on old machines it made a sound instead of printing a character.
1 comments

Old machines? Type "print(chr(7))" into the latest Python REPL and see what happens :)

  print("\a")