Skip to content

Instantly share code, notes, and snippets.

@danilovazb
Last active January 20, 2016 05:26
Show Gist options
  • Save danilovazb/b888cc22ffd226f826d0 to your computer and use it in GitHub Desktop.
Save danilovazb/b888cc22ffd226f826d0 to your computer and use it in GitHub Desktop.
import time
import sys
OxOoO = [chr(70),
chr(101),
chr(108),
chr(105),
chr(122),
chr(32),
chr(65),
chr(110),
chr(105),
chr(118),
chr(101),
chr(114),
chr(115),
chr(97),
chr(114),
chr(105),
chr(111),
chr(32),
chr(104),
chr(52),
chr(120),
chr(48),
chr(114),
chr(33),
chr(33)]
for x in range(len(OxOoO)):
sys.stdout.write("%s" % OxOoO[x])
sys.stdout.flush()
time.sleep(0.1)
print("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment