#8 | Python Programming Tutorial | Comparison operators for string | find() and index()

preview_player
Показать описание
This video is explained about comparison operators for string and Inbuilt functions.
Comparison of Strings:
we
find() and index():
-------------------
#find():

if the subs string is present the it will give the corresponding index else it will give -1.
#index():
--------
if the subs string is present the it will give the corresponding index else it will give error.

python installation :
python identifiers:
python inbuild function:
python string data type:
Python slice:
Mathematical operator:
Follow in below link:
Рекомендации по теме
visit shbcf.ru