Commit 37c72bb2 by BellCodeEditor

save project

parent db0b9cef
Showing with 8 additions and 0 deletions
print("hello world!")
name="悟空"
print(name,"欢迎你")
num=1
float=1.1
name="赛"
list=[1,2,3,4]
print(type(num))
print(type(float))
print(type(name))
print(type(list))
\ 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