Example not (boolean Not) with an example.
Question :
Example not (boolean Not) with an example.
The not operator is used to reverse the logical state of its expression. Logical not returns True is the expression is false and False if the expressions is true. For example,
If * is ture , it returns False.
if * is false, it returns True
* = True