print('Group output sizes: |A| = {}, |B| = {}'.format(len(A),len(B)), file=stderr)
^
SyntaxError: invalid syntax
Can anyone please help what this error is about? I initially thought its because of print syntax but it is not I think.
Please help.
printdoes not accept keyword arguments in Python 2.x