摘要: 博主地址:http://www.cnblogs.com/yudanqu/ turtle:海龟(海龟库) Turtle库是Python语言中一个很流行的绘制图像的函数库 使用之前需要导入库:import turtle • turtle.setup(width,height,startx,starty) 阅读全文
posted @ 2018-03-31 19:16 小田学Python 阅读(103149) 评论(3) 推荐(5) 编辑
摘要: 博客地址:http://www.cnblogs.com/yudanqu/ 查询部分 1> 查询数据中所有数据:select * from 表名 2> 查询数据中某项的数据:eg:select id,name from students; 3> 消除重复行:eg:select distinct gen 阅读全文
posted @ 2018-03-31 18:28 小田学Python 阅读(1755) 评论(0) 推荐(0) 编辑