Can anyone explain why leetcodes list is different? ... from typing import List def fcn(arr: List[int]): return arr print(fcn([1,2,3]))
確定! 回上一頁