Commit 39d32725 by BellCodeEditor

save project

parent fa0c27c0
Showing with 5 additions and 2 deletions
......@@ -3,4 +3,7 @@ fioat_num = 3.1415926
name = "123"
goods = [1,2]
print(type(goods))
\ No newline at end of file
print(type(goods))
print(type(name))
print(type(fioat_num))
print(type(num))
\ 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