mirror of
https://github.com/bhattsameer/Bombers.git
synced 2023-08-10 21:12:53 +03:00
test.py deleted
This commit is contained in:
parent
cdd8f8ef87
commit
a5529cac84
14
test.py
14
test.py
@ -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")
|
Loading…
Reference in New Issue
Block a user