logo

Crowdly

What will be the output of the following Python code segment? def printinfo(arg1...

✅ 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 printinfo(arg1,*vartuple):

  total = 0;

  for var in vartuple:

    total += var

  print (total)

  return

printinfo(70,60,50,40,30,20)
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!