zyde 5.25.1: calculate voltage drops across series of resistors. the following program uses a list to store a user-entered set of resistance values and computes i. modify the program to compute the voltage drop across each resistor, store each in another list voltage drop, and finally print the results in the following format: 5 resistors are in series. this program calculates the voltage drop across each resistor. input voltage applied to circuit: 12.0 input ohms of 5 resistors 1) 3.3 2) 1.5 3) 2.0 4) 4.0 5) 2.2 voltage drop per resistor is 1) 3.0 v 2) 1.4 v 3) 1.8 v 4) 3.7 v 5) 2.0 v