Commit c3f594c5 by BellCodeEditor

save project

parent 0771f532
Showing with 7 additions and 2 deletions
name="悟空"
word= "欢迎你"
print(name+word)
\ No newline at end of file
num=1.333
num1=2
print(type(name))
print(type(word))
print(type(num))
print(type(num1))
\ 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