My issue
Please explain clearly
My code
# cook your dish here
T=int(input())
for _ in range(T):
x,y=map(int,input().split())
if (x>=y):
print(y)
else:
Learning course: Basic Math using Python
Problem Link: Candy Store Practice Problem in - CodeChef