Posts

Showing posts with the label finding the absolute difference(no negetive sign)

finding the absolute difference(no negetive sign)

  finding the absolute difference(no negetive sign)      n1=int(input())      n2=int(input())      print(abs(n1-n2))