CBSE BOARD XII, asked by iamsanskritipandey, 2 months ago

output of the following python code a,b,c=true,false,false q=a or (b and c) w = (a or b ) and c print (q,w)​

Answers

Answered by jharohit
0

Explanation:

false,false q=a or (b and c) w = (a or b ) and c

Similar questions