Question: Which one is true about the following function? def exam _ function ( a , b , c = cng 1 1 1
Which one is true about the following function?
def examfunction ab ccng :
print
examfunctioncng final exam"
a error! In the function call, strings should be sent to a and not integers
b error! c cannot be assigned to a string in the parameter list
c error! c has string cng so we cannot send another string to in the function call
d a gets the value of gets the value of c is overwritten and it gets string cng final exam"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
