Computer Science, asked by hershi3009, 5 months ago

3. What is the output of the following program:

def myfunc(a):

a = a + 2

a = a * 2

return a

print(myfunc(2))

(i) 8 (ii) 16 (iii) Indentation Error (iv) Runtime Error

Answers

Answered by kanhaiyandrf05
0

Answer:

the correct answer is 16 ok ok ok ok

Explanation:

ok

Similar questions