Which of the following lines of code correctly defines a function called combine? OA define "combine(a, b, c)" as: B. define(combine(a, b, c]): Oc def combine(a, b, c): OD. def.combine(a, b, c):​