Yes, you heard that right, you should avoid using Python lists. ... L = list(range(10)) L > [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ] type(L[0]) > int.
確定! 回上一頁