Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started