Commit b613ab16 by BellCodeEditor

save project

parent 0ed42b52
Showing with 6 additions and 8 deletions
num=9 import turtle
s=3.14 Pen=turtle.Pen()
name=("王八") Pen.shape("turtle")
goods=["草泥马","1"] Pen.forward(100)
print(type(num)) Pen.left(90)
print(type(s)) turtle.done()
print(type(name))
print(type(goods))
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