Question: Which statement about strings in Python is true?

  1. Strings can be enclosed by double quotes (") or single quotes (').
  2. Strings can only be enclosed in single quotes (').
  3. Single character strings must be enclosed in single quotes ('), and the rest must be enclosed in double quotes (").
  4. 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 (').