truth_table
Build a truth table for any boolean expression. Provide an expression such as 'p xor q' to see all possible truth value combinations.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||