Commit 79355cb0 by BellCodeEditor

save project

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