Commit 09fe8653 by BellCodeEditor

auto save

parent 095b0320
Showing with 2 additions and 2 deletions
import turtle
'''import turtle
import random
pen = turtle.Turtle()
pen.color('sienna')
......@@ -33,4 +33,4 @@ def tree(a):
pen.backward(a)
pen.down()
tree(60)
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