摘要: 注意标准库的两种导入与使用方式,建议大家采用.的方式。 对前面的代码进行优化,用for,while,if,def实现: 画五角星 import turtle turtle.fillcolor("pink") turtle.begin_fill() for i in range(5): turtle.forward (180) turtle.right(144) turtle.en... 阅读全文
posted @ 2017-09-13 20:30 林丹宜 阅读(121) 评论(0) 推荐(0)