from turtle import * fillcolor("red") begin_fill() while True: forward(200) right(144) if abs(pos()) < 1: break end_fill()
中级程序员
by: 老酒 发表于:2020-07-05 12:22:04 顶(0) | 踩(0) 回复
666
中级程序员
by: 老酒 发表于:2020-07-05 12:22:04 顶(0) | 踩(0) 回复
666
回复评论