Python 中List變量reverse後,結果爲None 假設有列表a=[1,2,3,4,5,6],調用a = a.reverse()後,結果不是期望的,顛倒過來的list,卻是None: print( a) ...
確定! 回上一頁