cs/stuff/loops/num6.py

3 lines
42 B
Python
Raw Normal View History

2022-12-13 11:38:55 -05:00
for i in range(-10,0):
print(i, end=" ")