Commit c799574f by BellCodeEditor

save project

parent c9da5888
Showing with 5 additions and 1 deletions
q='12' q=12
print(type(q))
q=str(q)
print(type(q))
w='小明' w='小明'
print(w+'今年'+q+'岁') print(w+'今年'+q+'岁')
\ 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