Python 中的列表可以用一行文來寫出來,依序執行:. a = [x for x in range(1,10)]; b = [ 'Even' if x%2==0 else 'Odd' for x in a ].
確定! 回上一頁