python中几种数据类型常用的方法

Posted 鱼虫光

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python中几种数据类型常用的方法相关的知识,希望对你有一定的参考价值。

‘‘‘
python几种数据类型常用方法:
列表
增加:append,insert,extend
删除:remove,pop,clear
修改:
查询:index,count

元组
查询:index,count
*:解包操作

集合
增加:add
删除:pop,clear,remove

字典
增加:字典[‘键‘] = 值
删除:pop,popitem,clear
修改:update(dict)
查询:get,keys,items,values,setdefault:有对应的键则返回对应的值,没有则返回默认给定的值

字符串:
状态获取:islower,isupper,isdigit,isalpha,isalnum,istitle,startswith,endswith
状态抓换:lower,upper,swapcase,title(单词首字母大写),capitalize(字符串首字母大写)
格式转换:strip(去掉左右两边参数字符串中的字符),ljust,rjust,center,spilt
查询:index,find,count
‘‘‘

以上是关于python中几种数据类型常用的方法的主要内容,如果未能解决你的问题,请参考以下文章

Python中几种数据的常用内置方法

java 中几种常用数据结构

iOS中几种常用的数据存储方式

SQL Server中几种遍历方式比较

javascript中几种数据类型。

前端页面中几种常用的flex布局