iT邦幫忙

2021 iThome 鐵人賽

DAY 8
0
  • 基本元組
  1. 元組的結構跟串列是一樣的,但元組可以更安全的保護資料,因為它的資料不會被改變,而且元組的結構比較簡單,占用的資源比較少,所以執行速度也比較快,兩者差異在於元組的元素值跟元組的個數是固定不能更改,格式如下:
    Tuple = (元素1,元素2…….)
    元素可以是整數、字串…等,如果元組裡只有一個元素,則元素後面加一個逗點
    https://ithelp.ithome.com.tw/upload/images/20210920/20140644PShhhUPcXh.png
    https://ithelp.ithome.com.tw/upload/images/20210920/20140644tzdMmYrf2J.png

  2. 因為不能去動到元組裡的元素值還有元素內容,所以不能使用day4所使用的增加、刪除和更改的方法

增加錯誤:
https://ithelp.ithome.com.tw/upload/images/20210920/20140644QzhkzOrUBt.png
https://ithelp.ithome.com.tw/upload/images/20210920/201406449qhvoa7oGZ.png

刪除錯誤:
https://ithelp.ithome.com.tw/upload/images/20210920/20140644cte5GWekHt.png
https://ithelp.ithome.com.tw/upload/images/20210920/20140644eOKuIsaBm1.png

更改錯誤:
https://ithelp.ithome.com.tw/upload/images/20210920/201406444rhVND2cHG.png
https://ithelp.ithome.com.tw/upload/images/20210920/201406440p31nyB9Rm.png

如果要更改,不能直接去更改它的元素內容,要去重新定義這個元組
https://ithelp.ithome.com.tw/upload/images/20210920/20140644RBKgwHye7K.png
https://ithelp.ithome.com.tw/upload/images/20210920/20140644K6oMWEHojV.png


上一篇
[Day7]-進階for迴圈
下一篇
[Day9]-字典(dict)
系列文
基礎python,讓你學點東西30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言