truth_table
Create a truth table for any boolean expression. Evaluate logical statements like 'a and b or not c' to display each row of truth values.
Instructions
Build the truth table for a boolean expression: 'a and b or not c', 'p xor q', 'a implies b'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |