def reverse(some_list): return [some_list[n] for n in xrange(len(some_list) - 1, ... use print() as a function for Python 3 compatibility ...
確定! 回上一頁