Commit 496ba622 by BellCodeEditor

save project

parent c3f466ce
Showing with 4 additions and 4 deletions
......@@ -2,6 +2,6 @@ num=9
float_num=3.1415926
name="悟空"
print(num)
print(float_num)
print(name)
\ No newline at end of file
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