摘要: 一、数据类型 1、字符串 string 在python中只要是用引号引起来的就是字符串,不区分单引号和双引号 2、整型 int 3、布尔值 bool 4、列表 list 5、元组 range 6、字典 dict 7、集合 set 二、数据转换 Num = int ("123") #将字符串"123" 阅读全文
posted @ 2022-03-01 21:06 laity_guan 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1、下载2019专业版本网址: https://www.jetbrains.com/pycharm/download/other.html note:下载PyCharm 专业版 2、下载补丁插件 链接: https://pan.baidu.com/s/1WJendQ9NuXqs8eftEPgeKg 阅读全文
posted @ 2022-03-01 17:01 laity_guan 阅读(462) 评论(0) 推荐(0) 编辑