3 lines
61 B
Python
3 lines
61 B
Python
|
|
import pprint
|
||
|
|
pprint.pprint([i for i in xrange(10, -1, -1)])
|