Q13Comprehension1 Mark30 Apr 2023
Passage
Based on the above data, answer the given subquestions.
Assume the values of Boolean variables A and B are True and False respectively.
What will be output of the given code snippets?
What is the output of the following snippet of code?
```
print(not (A and B), not(A) and B)
```