摘要: 注意标准库的两种导入与使用方式,建议大家采用.的方式。 对前面的代码进行优化,用for,while,if,def实现: 画五角星 import turtle turtle.speed(6) for i in range(5): turtle.forward(100) turtle.right(144) turtle.hideturtle() 画同心圆 import tu... 阅读全文
posted @ 2017-09-13 18:22 爱学习的土豆 阅读(101) 评论(0) 推荐(0)