[Tutor] Fw: Traceback

Danny Yoo dyoo at hashcollision.org
Wed Nov 19 02:03:08 CET 2014


On Tue, Nov 18, 2014 at 5:01 PM, Danny Yoo <dyoo at hashcollision.org> wrote:
> ---------- Forwarded message ----------
> From: niyana morgan <niyanaxx95 at gmail.com>
> Date: Tue, Nov 18, 2014 at 4:59 PM
> Subject: Re: [Tutor] Fw: Traceback
> To: Danny Yoo <dyoo at hashcollision.org>
>
>
> Exercise 1:
> def distance(x1, y1, x2, y2):
>     dx = x2 - x1
>     dy = y2 - y1
>     dsquared = dx**2 + dy**2
>     result = math.sqrt(dsquared)
>     print(result)
>     return result


That's not exercise 1.  Try again.


   Exercise 1
   Write a compare function that returns 1 if x > y, 0 if x == y, and
-1 if x < y.


I have to get back to work so hopefully others on the mailing list can
help you.  Please continue to reply to the list.


More information about the Tutor mailing list