from turtle import * fillcolor("red") begin_fill() while True: forward(200) right(144) if abs(pos()) < 1: break end_fill()
中级程序员
by: shagen 发表于:2019-11-01 14:11:43 顶(0) | 踩(0) 回复
看不懂这个代码
中级程序员
by: shagen 发表于:2019-11-01 14:11:43 顶(0) | 踩(0) 回复
看不懂这个代码
回复评论