Skip to content

Instantly share code, notes, and snippets.

@falsetru
Created January 17, 2011 15:13
Show Gist options
  • Save falsetru/782949 to your computer and use it in GitHub Desktop.
Save falsetru/782949 to your computer and use it in GitHub Desktop.
3D without glasses
import sys
def put(x):
sys.stdout.write(x)
sys.stdout.flush()
from time import sleep
while 1:
put('\r O_-')
sleep(0.1)
put('\r -_O')
sleep(0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment