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
0
Explanation:
false,false q=a or (b and c) w = (a or b ) and c
Similar questions
India Languages,
2 months ago
Computer Science,
2 months ago
Math,
2 months ago
Computer Science,
6 months ago
Social Sciences,
6 months ago
Math,
11 months ago