Python lists can contain collections of whatever you like. >>> excellent = [41, 'Hello', math.sin]. Each item in the list can be accessed by its index, ...
確定! 回上一頁