What is the simplest way to create an empty iterable using yield in Python? August 5, 2023 by Tarik Yes, there is: return iter([])