Commit c8c6c15d by BellCodeEditor

save project

parent 4d4c09bb
Showing with 6 additions and 5 deletions
a="欢迎你," a="欢迎你,"
b="小贝" b=4.899
c="悟空" c=78998
print(a+b) print(type(a))
print(a+c) print(type(b))
\ No newline at end of file print(type(c))
\ 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