Commit 7b00cbfc by BellCodeEditor

save project

parent f367d0f6
Showing with 0 additions and 9 deletions
......@@ -7,14 +7,5 @@ def func(n):
c=func(n-1)+func(n-2)
return c
a=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