Strings — Python (Part 1)
In Python, a string is a sequence of characters enclosed within single quotes ('), double quotes ("), or triple quotes (''' or """). Strings are used to represent text and are a fundamental data type in Python.
Characteristics of Strings
Immutable: ...
keycomputereducation.hashnode.dev9 min read