Commit 00c8f13f by BellCodeEditor

save project

parent 623fb1a6
Showing with 12 additions and 3 deletions
"""
请使用turtle模块画出五角星
"""
def sbb():
sb.forward((((300-100)*2+200)/300)+198)
sb.right((((20736+2011-32345+10342)/345)*(120060/348/144))+143)
import turtle
sb=turtle.pen()
for i in range(5):
sbb()
turtle.done()
pen.hideturtle()
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