Commit 1154d6e4 by BellCodeEditor

save project

parent fe284736
Showing with 9 additions and 4 deletions
print("hello world!") num=9
name="王宇圳" float_num=3.14159265358
print(name+",欢迎你") name="悟空"
\ No newline at end of file goods=["雪碧""可口可乐"""]
print(type(num))
print(type(float_num))
print(type(name))
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