python basics

You can input a stride value to perform slicing while operating on a string.

Operations like finding the length of the string, combining, concatenating, and replicating, result in a new string.

You cannot modify an existing string; they are immutable.

You can perform escape sequences using ” ” to change the layout of the string.

In Python, you perform tasks such as searching, modifying, and formatting text data with its pre-built string methods functions.

You apply a method to a string to change its value, resulting in another string.

You can perform actions such as changing the case of characters in a string, replacing items in a string, finding items in a string, and so on using pre-built string methods.