Imprima 1 coisa repetidamente em 1 linha python
for item in range(1,100):
print(item, end='')
Ha Ngoc
for item in range(1,100):
print(item, end='')