filmov
tv
Python Challenge - Case insensitive equality of strings

Показать описание
Write a function that compares two strings and returns True if they are equal. However, make sure you do a case insensitive comparison. For example, the following strings are equal if you ignore the case.
name_1 = “Ajay”
name_2 = “ajay”
Udemy Courses -
Python Challenges -
name_1 = “Ajay”
name_2 = “ajay”
Udemy Courses -
Python Challenges -