2019年1月8日

python3安装qrcode

摘要: (reptile) C:\Users\Administrator\PycharmProjects\untitled26>pip3 install PILCollecting PIL Could not find a version that satisfies the requirement PIL 阅读全文

posted @ 2019-01-08 10:06 zxjcf 阅读(591) 评论(0) 推荐(0)

2018年2月3日

列表基础

摘要: 本章介绍一部分列表方法以及更新列表的一些操作 1. 元素赋值 C:\Python27\python.exe E:/untitled/zfc/Demo1.py[1, 2, 3, 2, 1][1, 10, 3, 2, 1] Process finished with exit code 0 2 增加元素 阅读全文

posted @ 2018-02-03 15:35 zxjcf 阅读(88) 评论(0) 推荐(0)

导航