摘要: 学了这么久了,想总结一下python基础性知识,写的不好或者不对的地方,大家也可以留言让其补充、修改: 1. 字符串的定义:(ctrl+/)注释/取消注释 单引号、双引号、三引号(其中三引号也可以用来做注释) str = "aad222" str = 'ss22' str = ''' ss222'' 阅读全文
posted @ 2019-07-16 23:02 小小橡皮人 阅读(13227) 评论(0) 推荐(0)