top | item 40766679

(no title)

zeitgeistcowboy | 1 year 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.

discuss

order

qsort|1 year ago

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

teddyh|1 year ago

  print("\a")