cs/stuff/loops/num6.py
lw-everestlinux 7a1383f13c hi buddy
2022-12-13 11:38:55 -05:00

3 lines
42 B
Python

for i in range(-10,0):
print(i, end=" ")