Computer Science, asked by rohinip2017, 9 hours ago

rue or False 1. In python and is an example of logical operators.

Answers

Answered by harshkvardhan
0

Answer:

True

Explanation:

the 'and' operator, along with 'or' and 'not' is a logical operator which compares and analyzes boolean values and returns a boolean value depending on the operator used, for e.g. the 'and' operator will return true if both given inputs are true

Similar questions