Commit 3f775d18 by BellCodeEditor

save project

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