[Tutor] Fwd: Fw: Traceback

2014-11-19 Thread Danny Yoo
-- Forwarded message -- From: niyana morgan Date: Wed, Nov 19, 2014 at 5:43 PM Subject: Re: [Tutor] Fw: Traceback To: Danny Yoo No I am still stuck on what to do and this is a major project for my class. On Nov 19, 2014 6:21 PM, "Danny Yoo" wrote: > > >> Exercise 1: > >> def d

[Tutor] Fwd: Fw: Traceback

2014-11-18 Thread Danny Yoo
-- Forwarded message -- From: niyana morgan Date: Tue, Nov 18, 2014 at 4:59 PM Subject: Re: [Tutor] Fw: Traceback To: Danny Yoo Exercise 1: def distance(x1, y1, x2, y2): dx = x2 - x1 dy = y2 - y1 dsquared = dx**2 + dy**2 result = math.sqrt(dsquared) print(res

[Tutor] Fwd: Fw: Traceback

2014-11-18 Thread Danny Yoo
Forwarding to tutor. -- Forwarded message -- From: Danny Yoo Date: Tue, Nov 18, 2014 at 4:56 PM Subject: Re: [Tutor] Fw: Traceback To: niyana morgan On Tue, Nov 18, 2014 at 4:48 PM, niyana morgan wrote: > Read the link. So I need to put > Return roomWidth and roomLength? ??