Commit 1d38e87f by BellCodeEditor

save project

parent c2c50c17
Showing with 8 additions and 9 deletions
num=12 import turtle
float_num=10
name=122222
goods=102048969
print(type(num))
print(type(float_num))
print(type(name))
print(type(goods))
Pen=turtle.Pen()
Pen.shape("turtle")
pen.forword(200)
pen.left(90)
pen.forword(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