Commit 52e5494c by BellCodeEditor

save project

parent be6e65f5
Showing with 5 additions and 4 deletions
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
请使用turtle模块画出五角星 请使用turtle模块画出五角星
import turle import turle
pen=turle.Pen() pen=turle.Pen()
pen.righk() for i in range(5):
pen.hideturtle() pen.righk()
turle.dome() pen.hideturtle()
\ No newline at end of file turle.dome()
\ 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