Commit f842499a by BellCodeEditor

save project

parent e8a0d8d0
Showing with 5 additions and 5 deletions
name="悟空"
word="你好"
print(name+word)
print(1+8)
\ No newline at end of file
a="18"
b=(18)
print(type(a))
print(type(b))
\ 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