Commit 9751890d by BellCodeEditor

save project

parent 6c92291d
Showing with 9 additions and 2 deletions
print(type(2))
print(type("2"))
import turtle
pen=turtle.Pen
pen.shape("turtle")
pen.forword(40)
pen.left(90)
pen.forward(40)
pen.right(90)
turtle.done()
\ No newline at end of file
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