In Python, a string is a sequence of characters. You can use single quotes or double quotes to define a string.
Strings in Python are immutable, which means that you cannot change the contents of a string once it has been created. However, you can create a new string that is a modified version of an existing string.
There are many operations that you can perform on strings in Python that are discussed in Part 2 of this video.