(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
Social Sciences,
4 months ago
Math,
4 months ago
English,
8 months ago
Science,
11 months ago
Science,
11 months ago