Python Challenge - Case insensitive equality of strings

preview_player
Показать описание
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 -
Рекомендации по теме
visit shbcf.ru