+ 1
def sum(x,y,z): print ("sum of 3 nos:",x+y+z) sum (5,10,15,20,25)
What's the output or the errortype
4 Réponses
0
as I can see it's an indentation error
otherwise, type error because there are too much arguments
0
No sorry
What's the output or the errortype