Commit 387b30f1 by BellCodeEditor

save project

parent 28b9ae20
Showing with 11 additions and 0 deletions
a=1
b=2.5
c="w"
d=["快乐","头发"]
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