String Basics
Last updated
Last updated
A string in Python is a sequence of characters. It is a derived data type. Strings are immutable. This means that once defined, they cannot be changed
How can we make a new line, like hitting the enter key when typing?
If you see this character in a string, that means that the current line ends at that point and a new line starts right after it
Strings and Variables