Commit 0ed42b52 by BellCodeEditor

save project

parent 6ed2c8b9
Showing with 8 additions and 4 deletions
name="王子傲"
word=",你个大可爱!"
print(name+word)
\ No newline at end of file
num=9
s=3.14
name=("王八")
goods=["草泥马","1"]
print(type(num))
print(type(s))
print(type(name))
print(type(goods))
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