Commit 0b05c2fe by BellCodeEditor

save project

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