Commit c3f466ce by BellCodeEditor

save project

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