Imprimer les progrès sans ligne suivante Python
print i/len(some_list)*100," percent complete \r",
Yellowed Yacare
print i/len(some_list)*100," percent complete \r",
def f():
print('xy', end='')
print('\rzz')
f()
>> zz // \r make cursor reset to the start of the line and over-write any text after that