the code above adds up every integer in the 2d tuple my 2d tuple. imagine, however, that the goal was to instead add the numbers within each tuple, and print the total of each the numbers in each tuple. in other words, instead of printing 45 once at the end, it should print 6, 15, and 24. how would we change this code so that it prints the sum of each individual tuple in my 2d tuple? select all the changes we would need to make.