Commit 6c9f9916 by BellCodeEditor

auto save

parent 8dc4f4b3
Showing with 1 additions and 1 deletions
...@@ -8,6 +8,6 @@ def sun_numders(num): ...@@ -8,6 +8,6 @@ def sun_numders(num):
value=sun_numders(num-1)+num value=sun_numders(num-1)+num
return value return value
print(sun_numders(5)) print(sun_numders(21))
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