windinthetrees windinthetrees 02-04-2021 Computers and Technology contestada 8. What's the output of this code? 1 def sum(x, y): return(x+y) print(sum (sum(1,2), sum(3,4)))