Working with Strings: A Guide to String Operations | Python Tutorial #2

Опубликовано: 09 Июль 2026
на канале: Pythoneers
8
0

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.