[Baypiggies] Python in the Movies | Decoding an ISBN?

Glen Jarvis glen at glenjarvis.com
Sat Oct 3 19:45:48 CEST 2015


And, for the record, the problem was in sieve. I had mis-read/mis-typed "j
= j + 1" and it was intended to be "j = j + i":

            while j < n:

                    x[j]=0

                    #j = j+1  My mistake

                    j = j+i


Better source of code:

https://www.reddit.com/r/movies/comments/365f9b/secret_code_in_ex_machina


Cheers,



Glen



On Sat, Oct 3, 2015 at 12:28 PM, Glen Jarvis <glen at glenjarvis.com> wrote:

> https://www.reddit.com/r/movies/comments/365f9b/secret_code_in_ex_machina
>
> Thanks
>
>
> G
>
> On Sat, Oct 3, 2015 at 12:26 PM, Glen Jarvis <glen at glenjarvis.com> wrote:
>
>> On Sat, Oct 3, 2015 at 12:14 PM, Guido van Rossum <gvanrossum at gmail.com>
>> wrote:
>>
>>> Did you Google it? Others have solved it...
>>>
>>>
>> Sadly I didn't. I should have. Let me do that now.
>>
>> G
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20151003/f37f6162/attachment-0001.html>


More information about the Baypiggies mailing list