Boolean variables are commonly used to indicate whether a specific condition exists. For example, variables such as: paid_tax = True; gotMilk = False; won = True; input_valid = False; etc. These Boolean variables are known as: ______ . Hint: Waving in the breeze.