Commit fbff4bea by BellCodeEditor

save project

parent 2a0e7660
Showing with 2 additions and 1 deletions
...@@ -6,5 +6,5 @@ def func(num): ...@@ -6,5 +6,5 @@ def func(num):
return 1 return 1
x=num+func(num-1) x=num+func(num-1)
return x return x
a=func(2) a=func(4)
print(a) print(a)
\ 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