Ask a question to get started
Enter to sendā¢Shift+Enter new line
Convert a value to a string and add single quotes if it is a string.
process_value( value: Union[int, float, str], ) -> str