摘要:
注意标准库的两种导入与使用方式,建议大家采用.的方式。 对前面的代码进行优化,用for,while,if,def实现: 用循环画五角星 import turtle turtle.color("yellow") turtle.fillcolor("yellow") turtle.speed(8) turtle.begin_fill() for i in range(5): turtle.fo... 阅读全文
posted @ 2017-09-13 17:30
23江瑜斌
阅读(162)
评论(0)
推荐(0)
浙公网安备 33010602011771号