Commit 4c28a7a2 by BellCodeEditor

save project

parent 23dfff73
Showing with 9 additions and 0 deletions
num=10
float_num=12.4
name="你好"
goods=["1","3","5"]
print(type(float_num))
print(type(name))
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