Use str. Call str. lower() to lowercase all characters in a string. Use this when comparing two strings to ignore case.
How do I fix case-sensitive in python?
Use str. Call str. lower() to lowercase all characters in a string. Use this when comparing two strings to ignore case.