(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
1
Answer:
1)False
2)True
3)False
4)True
Similar questions