Commit 7f5bf2d1 by BellCodeEditor

save project

parent 623fb1a6
Showing with 6 additions and 0 deletions
""" """
请使用turtle模块画出五角星 请使用turtle模块画出五角星
""" """
import turtle #导入turtle库包 #计时器,用于计录次数
for i in range(5): #控制绘制次数
turtle.forward(100) #画笔绘制的方向,向前移动指定的距离
turtle.right(144) #向右转144度 #循环绘制
turtle.done() #完成填充图片的绘制。
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment