2 lines
32 B
Python
2 lines
32 B
Python
|
|
[i for i in xrange(10, -1, -1)]
|
|
|
[i for i in xrange(10, -1, -1)]
|