A very simple script to divide all the imported amounts by 3.
Here is the error I got: SyntaxError: ("mismatched input '' expecting DEDENT", ('<string>', 7, 3, ' return SAmt\n'))
Here is the script. Can I get some help please? Thank you!
def AmountDivide3(field, record):
Sfield = field.strip()
SAmt = Sfield / 3
return SAmt