Commit 2c7e9462 by BellCodeEditor

save project

parent 3411a29c
Showing with 10 additions and 2 deletions
print("Hellow world") print("Hellow world")
name="李秉儒" name="李秉儒"
print(name+",欢迎你") print(name+",欢迎你")
\ No newline at end of file num=2
print(type(num))
float_name=1
print(type(float_name))
name=4
print(type(name))
goods=6
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