M Mr. Dubey π Coach β 103.11K Points π Python Programming Q. What is the output of the following program : def myfunc(a): a = a + 2 a = a * 2 return a print myfunc(2) (A) 8 (B) 16 (C) Indentation Error (D) Runtime Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Indentation Error