Re: [Tutor] Runestone Python Course

2013-08-21 Thread Omar Abou Mrad
On Wed, Aug 21, 2013 at 7:52 AM, Jim Mooney wrote: > http://interactivepython.org > > Would be nice if it worked though, logged in through my google account, now i get this error which I can do nothing about: Sorry, Something went wrong The error is: invalid request __

Re: [Tutor] Issue w/ program: Flip a coin and count heads and tails

2013-05-24 Thread Omar Abou Mrad
On Fri, May 24, 2013 at 2:08 PM, Asokan Pichai wrote: > > > Is this an actual output??? Did the program stop here at 5 heads and 7 > tails? > > Asokan Pichai > > Adding fuel to fire. He actually got 12 Tails and 8 Heads! ___ Tutor maillist - Tutor@p

Re: [Tutor] Doing the same thing twice. Works first time but not the second.

2012-09-06 Thread Omar Abou Mrad
On Fri, Aug 17, 2012 at 11:11 PM, Matthew Love wrote: > > This is the error: > > Traceback (most recent call last): > File "C:\Users\Matthew\Desktop\test.py", line 16, in > print(player.inventory()) > TypeError: 'list' object is not callable > > The python debugger can also give you a hint