Commit 3545ae72 by BellCodeEditor

auto save

parent a4b6938d
Showing with 9 additions and 0 deletions
def QH(min,max)
sum=min
while min<max:
sum=sum+min+1
min=min+1
return sum
print()
\ 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