3 lines
41 B
Python
3 lines
41 B
Python
|
|
for i in xrange(10, -1, -1):
|
||
|
|
print i
|