Trying to figure out a simple field calculate but I can't i keep getting syntax error. This is a shapefile.
I need to update the updateField field. The updateField is a text field.
def Reclass(SC):
if (SC == "GR"):
return = GRAIN
if (SC == "WR"):
return = WRITE
if (SC == "PL"):
return = PLACE
updateField = Reclass(!SC!)