Hello all,
I created sample logic to do Boolean operations with string.
Example:
(True or false) && False = false
False && True || false = false
Note: Syntax should not be any error (like wrong brackets/extra and/or.
Can anyone tell me is these is any way to optimize this code?

Munna