I want to run a script, which basically shows an output like this:
Installing XXX... [DONE]
Currently, I print Installi
Installi
This simple example will print 1-10 on the same line.
for i in range(1,11): print (i, end=" ")