iT邦幫忙

2021 iThome 鐵人賽

DAY 5
0
Modern Web

基礎python,讓你學點東西系列 第 5

[Day5]-串列的相關用法

  • 分享至 

  • xImage
  •  
  • 字串
  1. 函數應用方法
    len() – 字串長度
    min() – 最小值
    max() – 最大值
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644vmGqe3vHcM.png
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644vJBTOkmqzb.png

  2. 使用split()分割,基本格式為 :
    String1.split() #使用空格當分隔依據去拆開字串變成串列
    String2.split(“n”) #使用n字元當分隔依據去拆開字串變成串列
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644TWCwR7tJRU.png
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644Ob83bKgrkl.png

  3. 串列組合join(),基本格式如下:
    連接字串.join(串列)
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644Bx7xtyBfzy.png
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644emdnVL3WEE.png

  • in 和 not in 運算子
  1. 判斷此字元是否在此字串裡,基本格式如下:
    Value = obj1 in obj2
    Value = ob1 not in obj2
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644iLaSLTq5vJ.png
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644YempnITrdk.png
  • 小實作—帳號管理
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644OInDjcFC02.png
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644skDB3HdVtU.png
    https://ithelp.ithome.com.tw/upload/images/20210917/20140644ddMqtDWlxg.png

上一篇
[Day4]-基本串列(list)
下一篇
[Day6]-基礎for迴圈
系列文
基礎python,讓你學點東西30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言