3 lines
42 B
Python
3 lines
42 B
Python
|
for i in range(-10,0):
|
||
|
print(i, end=" ")
|