0
Simply, who can generate a code for this using .py
3 Answers
0
Prolly,. 'Tis like to get attentions from programmers that program in that language
0
Code for what exactly? A loading bar?
In Python? Why do you tag the other programming languages? Please clarify
0
:)
import time
from tqdm import tqdm
mylist = [1,2,3,4,5,6,7,8]
for i in tqdm(mylist):
time.sleep(1)