vramlogan308 vramlogan308 17-05-2022 Computers and Technology contestada QUESTION 11 Which expression for YYY will result in an output of "Pass" only if x is exactly 32? if YYY: print('Pass') else: print('Fail') a. x != 32 b.x == 32 OC. x >= 32 d. x <= 32