Computer Science, asked by aditisinghbhawani, 3 months ago

Q(6) Which of the following is a valid function declaration : -

1 point

def func(a=1,b):

def func(a=1,b,c=2):

def func(a=1,b=2,c=3,d):

def func(a=1,b=1,c=2)​

Answers

Answered by shaziafaisalshamsi14
3

i think its answer is def func ( a = 1 , b = 2 ) ....

Similar questions