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
Math,
2 months ago
English,
2 months ago
Math,
2 months ago
Computer Science,
4 months ago
Social Sciences,
4 months ago
Math,
10 months ago