String 字元/Length 量測長度

  • Length 量測長度
    • Python 中 len() 函數
      • 可以量測陣列的長度也能夠量測單一文字的長度。
shaq = "Shaquille O'Neal"
print(len(shaq))
## 16
# 空格或者單引號,也都佔有長度 1,因此雖然 shaq 中只有 14 個英文字母,但長度計算為 16

Reference:

results matching ""

    No results matching ""