Commit 79355cb0 by BellCodeEditor

save project

parent 7844a8c8
Showing with 6 additions and 4 deletions
a="悟空" a=1
b="欢迎你" b=1.1
print(a+b c="11"
\ No newline at end of file print(type(a))
print(type(b))
print(type(c))
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