Which statement about strings in Python is true?
Single character strings must be enclosed in single quotes ('), and the rest must be enclosed in double quotes (").
Strings can be enclosed by double quotes (") or single quotes (').
Strings can only be enclosed in single quotes (').
Strings can only be enclosed in double quotes (").