码迷,mamicode.com
首页 > 其他好文 > 详细

数据类型、字符编码、文件处理

时间:2020-06-25 21:12:49      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:tle   highlight   字符串   cas   其他   列表   tab   center   swa   

一,数据类型

       1,数字(整形,长整形,浮点型,复数)

  2字符串

需要掌握的:
#1、strip,lstrip,rstrip
#2、lower,upper
#3、startswith,endswith
#4、format的三种玩法
#5、split,rsplit
#6、join
#7、replace
#8、isdigit

需要了解的:
#1、find,rfind,index,rindex,count
#2、center,ljust,rjust,zfill
#3、expandtabs
#4、captalize,swapcase,title
#5、is数字系列
#6、is其他

  字节串:在介绍字符编码时介绍字节bytes类型

  

 

  2,列表 

#优先掌握的操作:
#1、按索引存取值(正向存取+反向存取):即可存也可以取      
#2、切片(顾头不顾尾,步长)
#3、长度
#4、成员运算in和not in
#5、追加
#6、删除
#7、循环

  

  元组

  字典

  集合

----------

二,字符编码--- 

 

数据类型、字符编码、文件处理

标签:tle   highlight   字符串   cas   其他   列表   tab   center   swa   

原文地址:https://www.cnblogs.com/lhqlhq/p/13192756.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!