In Python, there are a few ways to create an empty set...
There is the pythonic way:
def f(): return set() <