Use an item's index to fetch it from a list. Just like strings. print('zeroth item of temperatures:', temperatures[0]) print('fourth item of temperatures:', ...
確定! 回上一頁