Commit c8c6c15d by BellCodeEditor

save project

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