Commit e2074b27 by BellCodeEditor

save project

parent a7adf066
Showing with 3 additions and 2 deletions
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
def sum_numbers(num): def sum_numbers(num):
if num == 1: if num == 1:
return 1 return 1
return sum_numbers(num-1)+0.5 return sum_numbers(num-1)+num
bich_supe=sum_numbers(8) bich_supe=sum_numbers(100)
print(bich_supe) print(bich_supe)
\ 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