Commit 92a957e8 by BellCodeEditor

auto save

parent ae9ac736
Showing with 9 additions and 2 deletions
print("你好")
\ No newline at end of file
print("你好"+"世界")
print(4+5)
name = 9
name2 = "9"
name3 = ?
print(type(name))
print(type(name2))
\ 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