- Create Python code that initializes a variable to 1. Then,write Python code that uses a for loop. The forloop must loop for exactly 5 times. The initialized variable mustbe updated each time through the loop by multiplying by 2. Finally,after the loop is finished, the updated variable must be printedout. Indicate what the final value of should be.
Expert Answer
An answer will be send to you shortly. . . . .