For ordinary Python string ordering, which statements are true? Select all that apply.
Explanation
String ordering compares Unicode code points lexicographically and preserves case distinctions. It does not automatically apply a language's dictionary conventions or fold uppercase and lowercase together.