Skip to content
Advertisement

Turn python list into lowercase

I tried every method I could find online but non of them worked. Can someone help me to turn everything in lista lowercase. I try to find duplicates in it but it doesn’t count a lowercase and an uppercase character as duplicate.

JavaScript

Advertisement

Answer

While reading in the inputs you can do:

JavaScript

To make the things in lista lower case

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement