Commit b613ab16 by BellCodeEditor

save project

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