Commit dde7a2d4 by BellCodeEditor

save project

parent 97252ef1
Showing with 2 additions and 2 deletions
...@@ -8,4 +8,4 @@ def sun_numbers(n): ...@@ -8,4 +8,4 @@ def sun_numbers(n):
return 1 return 1
i=sun_numbers(n-1)+n i=sun_numbers(n-1)+n
return i return i
print(sun_numbers(998)) print(sun_numbers(4))
\ No newline at end of file \ 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