Case-insensitive String Comparison in Python
Автор: Programmer Banda
Загружено: 2021-05-25
Просмотров: 1830
Описание:
In this video i have shown you how to compare strings with case insensitivity.
Code:
laptops = ['Msi', 'Lenovo', 'Hp', 'Dell']
our_laptop = 'Acer'
for laptop in laptops:
if laptop.lower() == our_laptop.lower():
print(our_laptop, 'Exists')
else:
pass
If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content.
#shorts
#python3 #programming #pythontips
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: