Question: Not sure how to stop it from indenting into a new line (in python). CHALLENGE ACTIVITY 5.3.3: While loop: Insect growth. Given positive integer num_insects,
Not sure how to stop it from indenting into a new line (in python).


CHALLENGE ACTIVITY 5.3.3: While loop: Insect growth. Given positive integer num_insects, write a while loop that prints, then doubles, num_insects each iteration. Print values s 100. Follow each number with a space. Sample output with input: 8 8 16 32 64 1 num_insects = int(input()) # Must be >= 1 2 3 while num_insects
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
