JeffreySchuler JeffreySchuler 06-11-2020 Computers and Technology contestada What is the output? answer = 0 for numB in [1,4] for numA in [2,3] answer = answer + numA + numB print (answer)