By the way, Python provides a built-in function called abs that computes absolute values. Exercise 1 Write a compare function that returns 1 if x > y, 0 if x == y, and -1 if x < y. 6.2 Incremental developmentA