用Python绘制红色五角星

from turtle import *
color('red','red')
begin_fill()
for i in range(5):
fd(200)
rt(144)
end_fill()
from turtle import *
color('red','red')
begin_fill()
for i in range(5):
    fd(200)
    rt(144)
 
end_fill()
from turtle import * color('red','red') begin_fill() for i in range(5): fd(200) rt(144) end_fill()
图片[1]-用Python绘制红色五角星-云上尘
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
I try to give up the dream just a dream.
努力了才叫梦想
评论 抢沙发
头像
良言一句三冬暖 . 恶语伤人六月寒
提交
头像

昵称

取消
昵称表情代码图片快捷回复

    暂无评论内容