Re: [Tutor] Problems using .lower()

2016-09-25 Thread Steven D'Aprano
Hi Jonathan, and welcome! It is difficult to advise you when we don't know what you are doing wrong. You should always show us your code: the *minimum* amount of code that demonstrates the nature of your problem. Otherwise we're just guessing. More below: On Fri, Sep 23, 2016 at 12:19:04PM -0

[Tutor] Problems using .lower()

2016-09-25 Thread Jonathan Curtis
Hi, I am trying to complete an assignment for school and having problems getting it to work. I have lists named l_one and and l_two they both have a combination of integers and strings. I am supposed to combined the lists into a l_three and have no duplicate numbers and strings. Both lists have