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
Science,
1 month ago
Computer Science,
1 month ago
Computer Science,
3 months ago
Social Sciences,
3 months ago
Math,
9 months ago