Question: IN PYTHON 3: Create a variable named my_var with the value 2. Then, write a while loop that multiplies the value of my_var by a
IN PYTHON 3:
Create a variable named my_var with the value 2. Then, write a while loop that multiplies
the value of my_var by a factor of 1.65 on each loop. The while loop will continue while
my_var is less than 100. Then, after the while loop completes, print the value of my_var.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
