#10 String in Python – Part 3 (Python Tutorials)

#10 String in Python - Part 3 (Python Tutorials)

Strings (Part 3)

This tutorial is the third video about strings. In this part, you will learn
how to check if a string or a character exists in another larger string or not.
To do this we use a simple ‘if statement’ and also the ‘in’ expression to check the
existence of a sub-string inside of another string. This is a helpful piece of code
for searching through a long text or article.

Watch The Video on Youtube