Commit 120f8101 by BellCodeEditor

save project

parent 0b05c2fe
Showing with 9 additions and 7 deletions
name="xiaoming" import turtle
age=23 pen=turtle.Pen()
b=7.987 pen.shape("circle")
print(type(name))
print(type(age)) pen.forward(200)
print(type(b)) pen.right(90)
\ No newline at end of file pen.forward(200)
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