The find() method performs case-sensitive search . It returns -1 if a substring is not found.
Read moreIs Python find case-sensitive?
The find() method performs case-sensitive search . It returns -1 if a substring is not found.
Read moreIs Python case-sensitive or insensitive?
the answer is yes, python is a case-sensitive language because it differentiates the lower case and upper case identifiers.
Read more