Control:
if my_var % 2: if my_var**3 != 27: myvar = my_var + 4 # Assignment 1 else: my_var /= 1.5 # Assignment 2 else: if my_var <= 10: my_var *= 2 # Assignment 3 else: my_var -= 2 # Assignment 4print(my_var)
(a) Find four values of
my_varso each of the four assignment statements will be executed: each value should cause one assignment statement to be executed.(b) Find four ranges of
my_varvalues that will cause each of the four assignment statements to be executed.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.