[Tutor] Hey guys!

2015-02-17 Thread Levi Adissi
So I'm kind of stuck trying to program a function that returns a list of tuples. The function takes 2 lists containing circles of which it should compare list1[0] to list2[0] to see if they intersect. If they intersect or touch then I should return them on a list of tuples(in the tuple would be

Re: [Tutor] Hey guys!

2015-02-17 Thread Alan Gauld
On 17/02/15 04:22, Levi Adissi wrote: Hello. Thanks for your post. However could you please use a subject that rflects the content. Otherwise we wind up with an archive full of Hey Guys, Hello chaps, Gday mate, Bonjour etc Not very useful for searching. So I'm kind of stuck trying to

Re: [Tutor] Hey guys!

2015-02-17 Thread Dave Angel
On 02/16/2015 11:22 PM, Levi Adissi wrote: Thank you for using text email, rather than the html mail that so many newcomers use. So I'm kind of stuck trying to program a function that returns a list of tuples. The function takes 2 lists containing circles of which it should compare list1[0]