Ask a question to get started
Enter to sendā¢Shift+Enter new line
cmpops = {'Eq': '==', 'NotEq': '!=', 'Lt': '< ', 'LtE': '<=', 'Gt': '>', 'GtE': ' >=', 'Is': 'is', 'IsNot': 'is not', 'In': 'in', 'NotIn': 'not in'}