Commit 3424f442 by BellCodeEditor

save project

parent 5354ed17
Showing with 16 additions and 15 deletions
def fei(mouth):
if fei(mouth)<=2:
return 2
else:
i=1
c=1
mouth-=2
for j in range(mouth):
b=i
i=i+c
c=b
i=int(input('shit'))
print(i)
def sum_numbers(num):
sum = 0
if num == 1:
return 1
sum = num + sum_numbers(num-1)
return sum
print(sum_numbers(100))
\ No newline at end of file
def sum_numbers(num):
sum = 0
if num == 1:
return 1
sum
print(sum_numbers(100))
\ 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