摘要: 1、安装包:https://pan.baidu.com/s/1O9JwuowlodhTR1m0VaKmhg 2、双击安装包安装: 3、选择安装目录 4、安装选项,Create Associations是否关联文件,选择以后打开.py文件就会用PyCharm打开。Create Desktop Shor 阅读全文
posted @ 2019-05-27 19:32 干it的小张 阅读(749) 评论(0) 推荐(0) 编辑
摘要: input里面返回的是字符串 数字转成字符串用str 字符串转成数字用int 单行注释用# 多行注释用“”““”” 一个Tab键等于四个空格 严格缩进 字符串: 数字: 列表: for i,j in enumerate(li): print(i+100,j) 23、列表的函数和方法: a = [1, 阅读全文
posted @ 2019-05-27 14:35 干it的小张 阅读(247) 评论(0) 推荐(0) 编辑