You can use this assignment in your class!
Mastery Progress(100.0%)
i

If Statements Review Assignment

a = 15
b = 20
c = 35
d = a+b
e = c

print(a == b)
print(a != b)
print(a == b or c is not d)
print(a == b and c is not d)
print(c + b + c == d + e)
print(e + a > b * 2)Figure A
You answeredJUST NOW
  • I want to share my response with my peers
  • Share as
    (Student name)
    Options
    • (Student name)
    • Anonymous

Did you like this question?

(Voting helps us personalize your learning experience!)
imgInstructor solution
Alec KretchAUG 11, 2021, 9:24:01 AM

Was this helpful?

(Voting helps us personalize your learning experience!)
Think you've got it?
Select one of the following options:
  • A.
  • B.
  • C.
  • D.
  • E.
Submit answer

Was this helpful?

(Voting helps us personalize your learning experience!)

You may exit out of this review and return later without penalty.