Commit 69c60c8f by BellCodeEditor

save project

parent 461b7a31
Showing with 8 additions and 3 deletions
print("hello")
print(0)
\ No newline at end of file
q="悟空"
print(q+"你好")
print(123+897)
a="一"
b=1
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