Commit 0a12bdec by BellCodeEditor

save project

parent 61ab4264
Showing with 9 additions and 0 deletions
num = 3
float_nom = 3.1415926
name = "猪,你的鼻子有两个孔"
goods = ["猪粪","羊粪","牛粪"]
print(type(num))
print(type(float_nom))
print(type(name))
print(type(goods))
\ 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