Commit 88d4274d by BellCodeEditor

save project

parent af3ac710
Showing with 10 additions and 2 deletions
...@@ -3,4 +3,12 @@ date=123 ...@@ -3,4 +3,12 @@ date=123
print(date) print(date)
name="小明" name="小明"
print(name)""" print(name)"""
print("悟空"+"欢迎你") """print("悟空"+"欢迎你")
\ No newline at end of file num = 10
float_num = 1.0
name = "萧逸"
goods = ["1",1,"2",2]
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