Python has no character in this type. A string is either a direct amount or a scalar, which means that the Python interpreter does not contain other Python types. Strings are immutable types, which means that changing a string element requires creating a new string. C-language characters and strings the difference between Python's ' \x00 ' and ' empty string ' C-language characters and strings
Unlike Python, the C language has a base type character char and no string type.
The difference between ' a ' and ' a ' in the C language is that the character ' "(= ' \x00 ') is used as the ending sign in C's string, and ' it ' is a character with an ASCII code of 0, which does not cause any control action, nor is it a character that can be displayed.
The string ' A ' actually contains 2 characters: The difference between ' a ' and ' \x00 ' python ' and ' empty string '
Python does not support single character types, and one character is also used as a string in Python. The Python string is actually a fixed-length character array, so there is no end sign. Modifying a string is actually creating a new one.