Commit 39c97ac6 by BellCodeEditor

save project

parent 13fadbf0
Showing with 9 additions and 9 deletions
"""
请使用turtle模块画出五角星
"""
import turtle as a import turtle as a
i=a.Pen() b=a.Pen()
i.shape("turtle") b.shape("turtle")
for b in range(5): for i in range(5):
i.fd(200) b.fd(200)
i.right(144) b.rt(144)
a.done() a.done()
...@@ -55,7 +55,7 @@ a.done() ...@@ -55,7 +55,7 @@ a.done()
filter(
......
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