Question: 3 - ( 2 0 marks ) Given two variables a and b , write a Python code snippet to perform the following operations in
marks Given two variables a and b write a Python code snippet to perform the following operations in the same order: If a is greater than b and a is even, print a is greater than b and a is even". If a is less than b and b is odd, print a is less than b and b is odd". If a is equal to b print a is equal to b If none of the previous comparisons are true print "None of them matched"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
