Skip to main content
Search
Search This Blog
CODE WITH FREAK
Every feature was once a bug 🐞
Home
More…
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Projects
Python Programming
March 05, 2021
Loading Bar using Python
from
tqdm
import
tqdm
from
time
import
sleep
for
i
in
tqdm(
range
(
10
)):
sleep(
.4
)
print
(
"Program Loaded Successfully
\n
"
)
x
=
int
(
input
(
"Enter to exit : "
))
Comments
Popular Posts
September 06, 2021
Two Pointer SquareArray Problem
September 19, 2021
Best time to buy and sell stocks I
Comments
Post a Comment