Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started