Strings¶
Strings in Python are immutable. That means all operations on strings create new string objects. They are based on Unicode.
Strings can be defined by using single ‘ or double quotes “.
Next:
Strings in Python are immutable. That means all operations on strings create new string objects. They are based on Unicode.
Strings can be defined by using single ‘ or double quotes “.
Next: