Commit 55653444 by BellCodeEditor

save project

parent 87156770
Showing with 7 additions and 9 deletions
num=10
float_num=12.4
name="你好"
goods=["1","3","5"]
print(type(float_num))
print(type(name))
print(type(goods))
print(type(num))
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.forward(200)
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