Commit 5e140dc8 by BellCodeEditor

auto save

parent 5984c7f9
Showing with 9 additions and 0 deletions
a=100
b=12.345 #浮点型
d="hello,world"
e=True
print(type(a))
print(type(b))
print(type(d))
print(type(e))
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