A simple question on a python module. Let's say I have the following code:
for i in range(1000):
print i
It'll output something along the lines of:
1
2
'Snip'
999
Is it possible to have the program output all the numbers on the same line? I'm not talking about "1, 2, 3 .." rather I want the line value to change to the current i