Commit 76f283dd by BellCodeEditor

auto save

parent 336df331
Showing with 50 additions and 0 deletions
# def qiuhe(a):
# sum=0
# for i in range(1,a+1):
# sum+=i
# print(sum)
# qiuhe(10000000)
# def iput(a):
# sum=0
# for i in range(2,a+1,2):
# print(i)
# iput(50)
def qiuhe(a,b),:
sum=0
for i in range(a,b+1):
sum+=i
print(sum)
qiuhe(13,93)
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