1.

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

Answer»

Answer:

1)False

2)TRUE

3)False

4)True



Discussion

No Comment Found