Created
January 16, 2018 15:30
-
-
Save colobas/9784436f2bc142ac7b6a6bc4416e5939 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time, sys | |
while True: | |
blah="⡿⣟⣯⣷⣾⣽⣻⢿" | |
for l in blah: | |
_ = sys.stdout.write(l) | |
_ = sys.stdout.flush() | |
_ = sys.stdout.write('\b') | |
time.sleep(0.2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment