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