Is there any possible way to delete something or write over it?
for example lets say i have a huge loop and i want to see its process so implement something like that:
print total_loop_times/100
(it is draft code)
therefore the program will print 0,32 for example but on the next loop i want it to write 0,33 on the same position!
is that possible?
and second: Is there any way to have the program paused for as long as i want without affecting the program?
i know that i can just use:
raw_input() #version 2.x #or input() #version 3.x
but this way it will print a spare line... Is there any way to do the exact same thing with the down arrow for instance?

New Topic/Question
Reply




MultiQuote



|