Commit 72568058 by BellCodeEditor

save project

parent 5b7e3e56
Showing with 6 additions and 2 deletions
print("hello world")
print("Leo"+"欢迎你!")
\ No newline at end of file
age = "Leo"
qwerty = 2
print(type(qwerty))
print(type("2"))
print(age+"欢迎你!")
\ 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