摘要: 1、str() 可以将其他 Python 数据类型转换为字符串: -->> str(98.6) '98.6' 2、\转义符号 例如:\n是换行 3、[]为切片 [start:end:step][开始:结束:间隔] 4、len()获得长度 5、split()分割 -->> todos = 'get g 阅读全文
posted @ 2020-11-09 23:59 ZOZB 阅读(108) 评论(0) 推荐(0)