Commit c18e1182 by BellCodeEditor

save project

parent 93f268b9
Showing with 5 additions and 6 deletions
num=123 import turtle
float=1.23
name="凯祺" pen = turtle.Pen()
print(type(num)) turtle.done()
print(type(float)) \ No newline at end of file
print(type(name))
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