摘要: 1 import turtle#五角星 2 turtle.color('black','red') 3 turtle.begin_fill() 4 for i in range(5): 5 turtle.fd(90) 6 turtle.right(144) 7 turtle.end_fill() 8 阅读全文
posted @ 2020-03-11 19:49 糖加灰先生 阅读(110) 评论(0) 推荐(0)