Commit cff8842f by BellCodeEditor

save project

parent 0d17904f
Showing with 9 additions and 0 deletions
a=9
b=3.1415926
c="我"
d=["123"]
print(type(a))
print(type(b))
print(type(c))
print(type(d))
\ 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