Commit 6a7faadf by BellCodeEditor

save project

parent bd024374
Showing with 9 additions and 2 deletions
print("hello world!") print("hello world!")
name="悟空," name="悟空,"
word="非常感谢你" word="非常感谢你"
print(name+word) print(name+word)
\ No newline at end of file print(type(name))
float_num=3.14159
print(type(float_num))
num=10
print(type(num))
goods=["a","b","c"]
print(type(goods))
\ 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