5 lines
58 B
Python
5 lines
58 B
Python
|
import time
|
||
|
|
||
|
for i in range(100):
|
||
|
print(i,'', end='')
|