logo

Crowdly

What will be the output of the following Python code segment? def makeWord( c1...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What will be the output of the following Python code segment?

def makeWord( c1 = "m", *c2 ):

    c = c1

    for a in c2:

        c += a

    return c

print (makeWord("k","i","n","d"))
More questions like this

Want instant access to all verified answers on online.uom.lk?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!