def freeform_math()

in Common/AWSSCV-ContactFlowHelper/Code/awsscv_contact_flow_helper/awsscv_contact_flow_helper.py [0:0]


def freeform_math(operation_parameters):
    result = eval(operation_parameters['expression'])
    return result