摘要: 阅读全文
posted @ 2020-03-11 20:02 ghhzaq 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 五角星 1 #wujioxin.py 2 import turtle 3 turtle.fillcolor("red") 4 turtle.begin_fill() 5 while True: 6 turtle.forward(220) 7 turtle.right(144) 8 if abs(tu 阅读全文
posted @ 2020-03-11 18:55 ghhzaq 阅读(1099) 评论(0) 推荐(0) 编辑