filmov
tv
Case-insensitive String Comparison in Python #Shorts
![preview_player](https://i.ytimg.com/vi/bsOF_Qc_GIk/maxresdefault.jpg)
Показать описание
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:
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
Code:
laptops = ['Msi', 'Lenovo', 'Hp', 'Dell']
our_laptop = 'Acer'
for laptop in laptops:
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