Commit c0e00542 by BellCodeEditor

save project

parent b549b46c
Showing with 9 additions and 4 deletions
name="悟空"
word="欢迎大家"
print(name+word)
\ No newline at end of file
num=1
float_num=2
name=sb
goods=ss
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