Re: [Tutor] How to extract a float from an instancemethod call

2013-04-15 Thread Yaniv Bronheim
> From: "Sydney Shall" > To: "Dave Angel" > Sent: Monday, April 8, 2013 5:49:50 PM > Subject: Re: [Tutor] How to extract a float from an instancemethod call > > > > On 08/04/2013 13:52, Dave Angel wrote: > > On 04/08/2013 08:40 AM, Sydney S

Re: [Tutor] How to extract a float from an instancemethod call

2013-04-14 Thread Sydney Shall
On 08/04/2013 13:52, Dave Angel wrote: On 04/08/2013 08:40 AM, Sydney Shall wrote: Hi, I am learning Python. I use MAC OSX 10.6.8 Python 2.7.3 I have been given a project to write a program involving random walks. I have drafted a program which has passed all the static tests, but on testin

Re: [Tutor] How to extract a float from an instancemethod call

2013-04-08 Thread Flynn, Stephen (L & P - IT)
Aha - another EdX 6.00 Python course student. > Traceback (most recent call last): >File "/Users/Sydney/Documents/6.00x Files/Problem > Sets/ProblemSet7/ps7 copy.py", line 303, in > testRobotMovement(StandardRobot, RectangularRoom) >File "ps7_verify_movement.py", line 12, in testRobo

Re: [Tutor] How to extract a float from an instancemethod call

2013-04-08 Thread Dave Angel
On 04/08/2013 08:40 AM, Sydney Shall wrote: Hi, I am learning Python. I use MAC OSX 10.6.8 Python 2.7.3 I have been given a project to write a program involving random walks. I have drafted a program which has passed all the static tests, but on testing my program i get the following error mes

[Tutor] How to extract a float from an instancemethod call

2013-04-08 Thread Sydney Shall
Hi, I am learning Python. I use MAC OSX 10.6.8 Python 2.7.3 I have been given a project to write a program involving random walks. I have drafted a program which has passed all the static tests, but on testing my program i get the following error message: Traceback (most recent call last):