Computer Science, asked by sauravmishrazoya250, 8 months ago

(e) if a=True and b=False then Find the output
print(a and b)
print(a or b)
print(b and a)
print(b ora)​

Answers

Answered by Anonymous
1

Answer:

1)False

2)True

3)False

4)True

Similar questions