Commit 55653444 by BellCodeEditor

save project

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