So my question is how can you (or if it can be done at all) convert data type of set to an integer?
for example:
a_set = set(1) a_int = a_function(a_set) p