Answered You can hire a professional tutor to get the answer.

QUESTION

I have already run this code and the answer is 1.

I have already run this code and the answer is 1. Can you please explain it extensively why it was 1. I know you have to look for either a true condition or a false condition then you do the calculation and that's where i get stuck.

boolExprs = [True, not False, True and False, not False or True, not not True]

exprsVal = 0

for expr in boolExprs:

if expr == False:

exprsVal *= 2

exprsVal += 1

print(exprsVal)

a. 0

b. 1

c. 3

d. 7

e. None of the above

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question