Re: [Tutor] List Python Question..Please help

2013-09-28 Thread Jacqueline Canales
amitsaha...@gmail.com wrote: Hi Jacqueline, On Sat, Sep 28, 2013 at 3:04 AM, Jacqueline Canales jackiexxd...@gmail.com wrote: composers = ['Antheil', 'Saint-Saens', 'Beethoven', 'Easdale', 'Nielsen'] x = 'Antheil' s = 'Saint-Saens' h = 'Beethoven' y = 'Easdale' k = 'Nielsen

Re: [Tutor] List Python Question..Please help

2013-09-28 Thread Jacqueline Canales
THANK YOU!!! All of you were very helpful!! Will definitely use you guys again for any other issues, glad you challenged me to think rather than giving me the answer!!! On Sat, Sep 28, 2013 at 12:39 AM, Amit Saha amitsaha...@gmail.com wrote: On Sat, Sep 28, 2013 at 3:36 PM, Jacqueline

[Tutor] List Python Question..Please help

2013-09-27 Thread Jacqueline Canales
So I have been trying to do this program using ifs and or loops. I am having a hard time solving this question, If you could please assist me in the right direction. Write a program that lists all the composers on the list ['Antheil', 'Saint-Saens', 'Beethoven', 'Easdale', 'Nielsen'] whose name

Re: [Tutor] List Python Question..Please help

2013-09-27 Thread Jacqueline Canales
('a'). On Fri, Sep 27, 2013 at 3:57 PM, Dharmit Shah shahdhar...@gmail.comwrote: Also, comparison is case sensitive. Meaning, 'A' and 'a' are not the same. Hope that helps. :) On Fri, Sep 27, 2013 at 1:14 PM, Amit Saha amitsaha...@gmail.com wrote: On Fri, Sep 27, 2013 at 3:48 PM, Jacqueline