def sum(x,y,z): print ("sum of 3 nos:",x+y+z) sum (5,10,15,20,25) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

16th Sep 2019, 5:26 PM
Monish
2 Réponses
0
as I can see it's an indentation error otherwise, type error because there are too much arguments
16th Sep 2019, 5:31 PM
Airree
Airree - avatar
0
No sorry
16th Sep 2019, 5:46 PM
Monish