How to tell whether a relation is reflexive, transitive or symmetric in PYTHON?
I want to write a code in python that would take a set as input and on the basis of the relation entered by the user on that set, it would output whether that relation is reflexive, symmetric or transitive...