Commit e88b0701 by BellCodeEditor

save project

parent 57c06a7d
Showing with 2 additions and 0 deletions
......@@ -2,6 +2,8 @@
# 斐波那契数列:1,1,2,3,5,8,13,21,34,55……
def func(n):
if n>2
return 1
......
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