Re: [Tutor] List and dictionary comprehensions

2014-09-29 Thread Peter Otten
Armindo Rodrigues wrote: > Hi everyone, > > This is my first post so I don't know if I am asking the correct way so > let me know if I messed anything up. > > ***Please note. My code contains a list of quotes that has many lines. I > have noted the beginning and end of the quotes list so you can

Re: [Tutor] List and dictionary comprehensions

2014-09-29 Thread Alan Gauld
On 28/09/14 03:36, Armindo Rodrigues wrote: have noted the beginning and end of the quotes list so you can easily skip and go straight to the code section. *** It would probably have been better to just delete all but a nfew of the quotes. We don't need all of them to evaluate your code. i

[Tutor] List and dictionary comprehensions

2014-09-29 Thread Armindo Rodrigues
Hi everyone, This is my first post so I don't know if I am asking the correct way so let me know if I messed anything up. ***Please note. My code contains a list of quotes that has many lines. I have noted the beginning and end of the quotes list so you can easily skip and go straight to the code