My issue
i am confused in building the logic to the problem
My code
t = int(input())
for i in range(t)
X,Y = map(int,input().split())
if X = 2 and Y = 3
Learning course: Solve Programming problems using Python
Problem Link: CodeChef: Practical coding for everyone