RosettaCodeData/Task/Loops-Downward-for/Python/loops-downward-for-1.py

3 lines
41 B
Python

for i in xrange(10, -1, -1):
print i