Commit c48800d2 by BellCodeEditor

auto save

parent 63263cba
n=input("n")
print(int(n))
\ No newline at end of file
import turtle
import turtle
turtle.color("black")
turtle.pensize(5)
turtle.pendown()
turtle.penup()
turtle.goto(-110,100)
turtle.pendown()
for i in range(4):
turtle.forward(200)
turtle.right(90)
turtle.penup()
turtle.goto(0,0)
turtle.dot(20,"red")
turtle.goto(-40,0)
turtle.dot(20,"red")
turtle.goto(40,0)
#turtle.dot(20,"red")
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