Commit cc5ae853 by BellCodeEditor

auto save

parent ede8afa4
Showing with 0 additions and 10 deletions
...@@ -9,15 +9,5 @@ def func(n): ...@@ -9,15 +9,5 @@ def func(n):
result = func(12) result = func(12)
print(result) print(result)
print(func(15)) #调用函数并打印结果 print(func(15)) #调用函数并打印结果
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