Commit f15e7d81 by BellCodeEditor

save project

parent 6dab9e82
Showing with 3 additions and 3 deletions
def sbb(): def sbb():
sb.forward((((300-100)*2+200)/300)+198) pen.forward(200)
sb.right((((20736+2011-32345+10342)/345)*(120060/348/144))+143) pen.right(144)
import turtle import turtle
sb=turtle.pen() pen=turtle.pen()
for i in range(5): for i in range(5):
sbb() sbb()
turtle.done() 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