Re: Searching Sets (Lottery Results)

2016-02-09 Thread MrPink
On Monday, February 8, 2016 at 7:05:24 PM UTC-5, Chris Angelico wrote: > On Tue, Feb 9, 2016 at 8:45 AM, MrPink wrote: > > I load the lottery drawings into memory for searching with the following > > code although, it is incomplete. I am stuck and need some guidance. > > > > The set datatype seem

Re: Searching Sets (Lottery Results)

2016-02-08 Thread Chris Angelico
On Tue, Feb 9, 2016 at 8:45 AM, MrPink wrote: > I load the lottery drawings into memory for searching with the following code > although, it is incomplete. I am stuck and need some guidance. > > The set datatype seems to be the best for searching, but how best can I > implement it? > > And I wa

Searching Sets (Lottery Results)

2016-02-08 Thread MrPink
This is a continuation of my pursuit to learn Python. I have been tinkering with this for a number of years and I am back at it again. I am stuck and need some guidance. This is related to other posts that I have made in the past. For example: Searching for Lottery drawing list of ticket matc