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

2 lines
32 B
Python

[i for i in xrange(10, -1, -1)]