Commit 51e2a9e5 by BellCodeEditor

save project

parent 37f32e06
Showing with 7 additions and 3 deletions
name="张弘煊"
print(name+",欢迎你!")
\ No newline at end of file
num=20
float_num=3.14159
name="悟空"
print(type(num))
print(type(float_num))
print(type(name))
\ 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