Commit 1c493bc2 by BellCodeEditor

auto save

parent ee6eb304
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ def snm_numbers(num): ...@@ -7,7 +7,7 @@ def snm_numbers(num):
i = snm_numbers(num-1) i = snm_numbers(num-1)
p = num+i p = num+i
return p return p
n = snm_numbers(2) n = snm_numbers(int(input())))
print(n) print(n)
......
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