I am trying to run a loop and I want to use print() on 1 line only but here it needs long spacing so that the letters are not overwritten from the previous print result, and for that I really need long spacing, but I see it is not neat in my code.
Is there a way to replace long spaces in print()?
print('[%s!%s] Failed Scraping '%(M, N), end='\r');