Ask a question to get started
Enter to sendā¢Shift+Enter new line
sorted_values( values: dict[str, str], ) -> list[str]
values
dict[str, str]
A dictionary with keys as input variables and values as their values.
Return a list of values in dict sorted by key.