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