Commit 17540c89 by BellCodeEditor

save project

parent 9251839b
Showing with 4 additions and 4 deletions
""" www"""
请使用turtle模块画出五角星 w使用turtle模块画出五角星
""" """
import turtle import turtle
pen=turtle.Pen pen=turtle.Pen
...@@ -7,8 +7,8 @@ for i in range(5): ...@@ -7,8 +7,8 @@ for i in range(5):
turtle.forward(200) turtle.forward(200)
turtle.left(144) turtle.left(144)
turtle.done() turtle.done()
turtle.color("red")
turtle.done()
......
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