str
str is a common shorthand for a string, a data type used to represent text as a sequence of characters. The term is used in many programming languages and libraries, typically as a type name or a variable containing text.
In Python, str is a built-in immutable sequence type that stores Unicode characters. A value can be
Other languages treat strings differently. In C and C++, there is no standard type named str; text
Because of Unicode and encoding considerations, the storage, memory model, and performance of str values depend