What is the output from this code? #this code will add two number #input number1=345 number2=123 number3-100 #processing total number1+number2+number3 #output #print("The numbers that were added, Number1, Number2, Number3) print("The total of the addition, Total) O a. no output is generated. Ob. NameError: name 'Total' is not defined c. NameError: name 'Number1' is not defined O d. The total of the addition: 568​