位置:首頁(yè) > 軟件操作教程 > 編程開(kāi)發(fā) > Python > 問(wèn)題詳情

python自帶函數(shù)——取得長(zhǎng)度 len

提問(wèn)人:楊紫紅發(fā)布時(shí)間:2020-11-18

>>> len('this is a test string')

21

>>> creature_list = ['unicorn', 'cyclops', 'fairy', 'elf', 'dragon',

'troll']

>>> print(len(creature_list))

6

繼續(xù)查找其他問(wèn)題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部