image
image
image

Membership Test in String

image

The keyword in is used to test if a sub string exists.

Example

‘t’ in “triumph’   #Will return True

Inbuilt Python Functions for working with Strings

They include enumerate() and len().The len() function returns the length of the string.