#coding=utf-8
from time import sleep
# Loader
print("==================== Start loading spring festival 12 Sound source program ====================")
print(" Loading progress :",end="")
for i in range(0,100000):
if i%10000 == 0:
sleep(2)
print("===",end="")
print("100%")
# start-up
sleep(2)
print(" Program loading complete , Start the engine ...")
sleep(1)
print(" Hardware system self test starts ...")
sleep(1)
print(" The thimble system self-test starts ...")
sleep(1)
print(" Start the engine ...")
for x in range(0,100000):
if i%10000 == 0:
sleep(2)
print("===",end="")
print("100%")
print(" Engine engine start complete ")
for y in range(1,120000):
if y%10000 == 0:
sleep(2)
print(" Biu!")
print(" || ||")
print(" || ||")
print(" || ||")
print(" || ||")
print(" || ||")
print(" || ||")
print(" || ||")
print(" || ||")
print(" || ||")
print(" || ||")
print(" // \\\\")
print(" // \\\\ ")
print(" // \\\\ ")
print(" ======================================== ")
print(" || || ")
print(" || Sulawesi 3 Steering engine No.1 || ")
print(" || || ")
print(" ======================================== ")
The rendering of execution : The effect of the screenshot is not very good , I'm sorry .