条件、循环、函数定义 练习

条件、循环、函数定义 练习 1. from turtle import* shape('turtle') color('yellow') fillcolor('yellow') begin_fill() for i in range(5):      forward(100)      right(144) end_fill() 2. from turtle import* shape('turt
相关文章
相关标签/搜索