Python – Strings MCQ

In Python, strings are sequences of characters enclosed in quotes, either single (‘), double (“), or triple quotes (”’ or “””). They are immutable, meaning once created, their content cannot be changed. Python provides a wide range of methods and operations for manipulating strings, such as concatenation, slicing, and formatting. Strings support indexing and slicing to access individual characters or substrings, making them versatile for text processing.

5.String.docx