diff --git a/en-US/operatorsexpressions.xml b/en-US/operatorsexpressions.xml index ce49e02..838e429 100644 --- a/en-US/operatorsexpressions.xml +++ b/en-US/operatorsexpressions.xml @@ -109,7 +109,7 @@ True
Logical Operators - To do logical AND , OR we use and , or keywords. x and y returns False if x is False else it returns evaluation of y. If x is True, it returns True. + To do logical AND , OR we use and ,or keywords. x and y returns False if x is False else it returns evaluation of y. If x is True, it returns True. >> 1 and 4