Learn Before
Concept
Strings
Strings are created in Python by surrounding text in single, double, or triple quotes. They are arrays of bytes which represent Unicode characters.
Unlike languages such as Java and C++, there isn't a character data type and therefore, to represent 1 character you would have a string with length 1.
0
1
Updated 2021-06-13
Tags
Python Programming Language
Data Science