Commit 93f268b9 by BellCodeEditor

save project

parent dc76bf59
Showing with 6 additions and 4 deletions
name="悟空"
word="欢迎你!"
print(name+word)
num=123
float=1.23
name="凯祺"
print(type(num))
print(type(float))
print(type(name))
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