This is my list of input.
class TestCase: def __init__(self,input,output): self.input = input self.output = output testCases = [] t1 = TestCase