Python 3.4 gives error to this statement. This is o print the cartesian product for fuzzy logic operations.
print(f'The size of the relation will be: {len(self)}x{len(other)}')
I'm trying to perform the union, intersection and difference operations on fuzzy set.