Skip to content

Instantly share code, notes, and snippets.

@wktk
Created May 27, 2012 05:32
Show Gist options
  • Save wktk/2802276 to your computer and use it in GitHub Desktop.
Save wktk/2802276 to your computer and use it in GitHub Desktop.
( ゚∀゚)o彡゜
# coding: utf-8
import time
status = False
while not time.sleep(0.5):
print "( ゚∀゚)" + ("o彡 " if status else " 彡゚") + "\r",
status = not status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment