'suppose given testcase based on constrains of t<=5000 , why it is error when i execute if for loop

1<=T<=5000 enter code here t=int(input()) enter code here while(t>0): enter code here P,s1,s2=map(int,input().split()) enter code here win(P,s1,s2) enter code here t=t-1 done this way but its showing error how resolve this



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source