摘要: 读取列表 列表:由一系列按特定顺序排列的元素组合。Python中使用“[]”表示列表 bicycles = ['trek','cannondale','redline','specialized'] #读取所有列表 print(bicycles) ['trek', 'cannondale', 're 阅读全文
posted @ 2018-03-11 15:43 jorbabe 阅读(699) 评论(0) 推荐(0) 编辑
摘要: linux安装:编译安装 安装包下载 Python 安装包: Python-3.5.5.tgz tar zxvf Python-3.6.4.tgz cd Python-3.6.4 指定安装目录 ./configure --prefix=/home/sshuser/python3.6 make mak 阅读全文
posted @ 2018-03-11 12:10 jorbabe 阅读(156) 评论(0) 推荐(0) 编辑