Source Code:
(back to article)
items = None try: for item in items: print(item) except Exception as e: print(e)
Result:
Report an issue