79180214

Date: 2024-11-12 07:49:03
Score: 1.5
Natty:
Report link

This example excludes 75 and 80.

n1=input('Enter first number ')
n2=input('Enter second number ')
print sum(range(min(n1,n2)+1,max(n1,n2)))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Siddharth_0704