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”
https://ajaytech.co/python-challenges...
Udemy Courses -
Python Course - https://www.udemy.com/course/just-eno...
Microsoft Python Certification - https://www.udemy.com/course/microsof...
Python Challenges -
https://www.udemy.com/course/100-pyth...