From a5529cac84b3713ff3cb36daa7abeff48b3ed188 Mon Sep 17 00:00:00 2001 From: akshay kalucha Date: Thu, 1 Oct 2020 17:36:54 +0530 Subject: [PATCH] test.py deleted --- test.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index aeeed4d..0000000 --- a/test.py +++ /dev/null @@ -1,14 +0,0 @@ -import sys -import time - -print("Loading:") - -#animation = ["10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"] -animation = ["[■□□□□□□□□□]","[■■□□□□□□□□]", "[■■■□□□□□□□]", "[■■■■□□□□□□]", "[■■■■■□□□□□]", "[■■■■■■□□□□]", "[■■■■■■■□□□]", "[■■■■■■■■□□]", "[■■■■■■■■■□]", "[■■■■■■■■■■]"] - -for i in range(len(animation)): - time.sleep(0.2) - sys.stdout.write("\r" + animation[i % len(animation)]) - sys.stdout.flush() - -print("\n") \ No newline at end of file