摘要: 1、注意标准库的两种导入与使用方式,建议大家采用<库名>.<函数名>的方式。 2、对前面的代码进行优化,用for,while,if,def实现: a、用循环画五角星 from turtle import* color("red") fillcolor("red") begin_fill() whil 阅读全文
posted @ 2017-09-14 21:06 11+陈泽廷 阅读(176) 评论(0) 推荐(0) 编辑