Commit 3f775d18 by BellCodeEditor

save project

parent ac8c21e5
Showing with 6 additions and 8 deletions
num=9 import turtle
flnum=3.15156 p=turtle.Pen()
name="悟空" p.shape("turtle")
goods=["可乐","asd"] p.forward(500)
print(type(goods)) turtle.done()
print(type(num)) \ No newline at end of file
print(type(flnum))
print(type(name))
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