Commit 2e68300e by BellCodeEditor

save project

parent dd174c31
Showing with 2 additions and 1 deletions
...@@ -4,5 +4,5 @@ float_num= 3.1415 ...@@ -4,5 +4,5 @@ float_num= 3.1415
goods=["雪碧","可口可乐"] goods=["雪碧","可口可乐"]
print(type(name)) print(type(name))
print(type(word)) print(type(word))
print(type(float_nom)) print(type(float_num))
print(type(goods)) 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