Question: Which is the correct declaration of funct1 ( ) so that the following function calls would execute successfully? funct1(15, ' a' ) funct1(15, ' a'

Which is the correct declaration of funct1 ( ) so that the following function calls would execute successfully? funct1(15, ' a' ) funct1(15, ' a' , 10) def funct1(x,y): def funct1(x,y, z =0): O def funct1(): def funct1(x,y, z): CA N 24 C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
