pp = ['{}({})'.format(i[0],i[1]) for i in prefsSorted]
print(', '.join(pp))