Which expression for YYY will result in an output of "Pass" only if x is exactly 32?
if x == 32:
print('Pass')
else:
print('Fail')
if x <= 32:
if x: