Identify the expressions in the following code that produce a boolean value. There are 2.

weather = sleet or snow
outside = not weather
print(""I should go outside: "" + str(outside))