Commit c18e1182 by BellCodeEditor

save project

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