我的第一个Python作图

用python画一个五角星: from turtle import * color('red','red') begin_fill() for i in range(5): fd(200) rt(144) end_fill() 运行结果:
相关文章
相关标签/搜索