range (10, 0) does not produce a list in reverse order: instead, it starts at 10, and tries to go "up to" 0. Since nothing fits that description, it produces the ...
確定! 回上一頁