Common data types that do not belong to python are
Common data types that do not belong to python are char and byte types. According to the query information, Python does not have a char or byte type to store a single character or an 8-bit integer, and a string with the length of 1 can be used to represent a character or an 8-bit integer.