Python Strings

In Python, a string is a sequence of characters, like 'hello', made up of individual characters such as 'h', 'e', 'l', 'l', and 'o'. Strings can be created using either single quotes (' ') or double quotes (" "), and both work in the same way.