Commit a9187444 by BellCodeEditor

save project

parent abfd598e
Showing with 12 additions and 5 deletions
sum1=0
for i in range(1,101):
sum1+=int(i)
print(sum1)
\ No newline at end of file
al= [88, 75, 72, 82, 90, 85, 78, 91] def sum_numbers(num):
for i in range(0,8): if num==1:
for j in range(0,7): return 1
if return num+sum_numbers(num-1)
\ No newline at end of file resrult=sum_numbers(100)
print(resrult)
\ 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