Yes. Collection membership is case sensitive. This applies to Sets: If the set contains String elements, the elements are case-sensitive .20 Şub 2019
Read moreHow do you check if a string is in a list of strings ignoring case in python?
Use the in operator with the str.
Read moreHow do you check if a string is in a list of strings ignoring case in python?
Use the in operator with the str.
Read more