I have a function definition in a Python 2.x script which takes a tuple as one of its arguments, but 2to3 has no answers nor any of my searching on how to represent the same in Python 3.x
eg. def blah(self, (string1, string2)):
Any help greatly appreciated