python中len什麼意思
函式:len()
1:作用:返回字串、列表、字典、元組等長度
2:語法:len(str)
3:引數:
str:要計算的字串、列表、字典、元組等
4:返回值:字串、列表、字典、元組等元素的長度
5:例項
5.1、計算字串的長度:
>>> s = "hello good boy doiido" >>> len(s) 21
5.2、計算列表的元素個數:
>>> l = ['h','e','l','l','o'] >>> len(l) 5
5.3、計算字典的總長度(即鍵值對總數):
>>> d = {'num':123,'name':"doiido"} >>> len(d) 2
5.4、計算元組元素個數:
>>> t = ('G','o','o','d') >>> len(t) 4
更多學習內容,請點選。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/855/viewspace-2836123/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python中return是什麼意思?Python
- python中mat是什麼意思?Python
- python中global是什麼意思?Python
- Python中的rad是什麼意思?Python
- python 是什麼意思Python
- Python是什麼意思?Python有什麼用?Python
- mysql中是什麼意思?MySql
- js 中~~是什麼意思?JS
- fluent python是什麼意思Python
- Python是什麼意思?Python幹什麼用的?Python
- Python中異常是什麼意思?與錯誤有什麼區別?Python
- C++中::是什麼意思C++
- mysql中的“=”是什麼意思MySql
- python 複數是什麼意思Python
- python裡字元表示什麼意思Python字元
- JQuery中$(document)是什麼意思有什麼作用jQuery
- Python中33個保留字分別指什麼意思?Python
- 英文Python是什麼意思?學Python需要什麼基礎?Python
- 在python裡int是什麼意思Python
- python裡面cv是什麼意思Python
- javascript中window.$是什麼意思JavaScript
- ->在c++中是什麼意思C++
- solid在css中什麼意思SolidCSS
- Linux中gpgcheck是什麼意思?作用是什麼?LinuxGC
- !important 什麼意思?Import
- python UDP程式設計是什麼意思?PythonUDP程式設計
- python資料處理是什麼意思Python
- 域名解析中“TTL”是什麼意思?
- TypeScript 中的字面量是什麼意思TypeScript
- Linux中建立group是什麼意思?Linux
- c++中 -> 是什麼意思,如何使用C++
- C#中的 int?是什麼意思C#
- jive中這段程式碼什麼意思?
- linux中pm2什麼意思Linux
- Python多執行緒是什麼意思?有什麼優勢?Python執行緒
- 網路安全中弱口令是什麼意思?有什麼危害?
- 網路安全中蜜罐是什麼意思?有什麼特點?
- Linux中opt是什麼意思?其主要作用是什麼?Linux