Additionally, lists can contain items of multiple different types… # A list with multiple types of items list = [1, “Jon”] type(list[0]) # ...
確定! 回上一頁