Strings in Python are sequences of characters defined by single or double quotes and are immutable. Common operations on strings include slicing, concatenation, and formatting. Examples of strings are 'hello' and 'world'.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
13 views
Python Datatypes 4
Strings in Python are sequences of characters defined by single or double quotes and are immutable. Common operations on strings include slicing, concatenation, and formatting. Examples of strings are 'hello' and 'world'.