Question: Which statement about strings in Python is true?
- Strings can be enclosed by double quotes (") or single quotes (').
- Strings can only be enclosed in single quotes (').
- Single character strings must be enclosed in single quotes ('), and the rest must be enclosed in double quotes (").
- Strings can only be enclosed in double quotes (").
Answer: The correct answer of the above question is Option A:Strings can be enclosed by double quotes (") or single quotes (').