Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

loops help 1 mystery-int l = 3 2 mystery_int 2 -4 3 mystery-int-3 5 = 4 5 #You may modify the lines of code above,

image text in transcribedloops help

1 mystery-int l = 3 2 mystery_int 2 -4 3 mystery-int-3 5 = 4 5 #You may modify the lines of code above, but don't move them! 6#When you submit your code, we'll change these lines to 7#assign different values to the variables 9#Above are three values. Run a while loop until all three 10 #values are less than or equal to e. Every time you change 11 #the value of the three variables, print out their new values 12 #811 on the same line, separated by single spaces. For 13 #example, if their values were 3, 4, and 5 respectively, your 14 #code would print: 15 # 16 #2 34 17 #1 2 3 18 #0 1 2 19 #-1 0 1 20 #-2-1 21 #Add your code here 22 while mystery-int-1>=0: 23 24 25 while mystery int 2>=0: 26 print(mystery_int2) 27 print(mystery_int_1) mystery_int 1--1 mystery_int 2--1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions

Question

What has been done before?

Answered: 1 week ago