Commit e30333c9 by BellCodeEditor

save project

parent 37c72bb2
Showing with 7 additions and 12 deletions
print("hello world!") import turtle
name="悟空"
print(name,"欢迎你")
num=1 pen=turtle.Pen()
float=1.1 pen.shape("turtle")
name="赛" pen.forward(200)
list=[1,2,3,4] turtle.done()
print(type(num))
print(type(float))
print(type(name))
print(type(list))
\ 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