Commit 0b05c2fe by BellCodeEditor

save project

parent cbb5e707
Showing with 7 additions and 4 deletions
print("hello world")
name="悟空"
print(name+",欢迎你!")
\ No newline at end of file
name="xiaoming"
age=23
b=7.987
print(type(name))
print(type(age))
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