Source Code:
(back to article)
items = None if items is not None: for item in items: print(item) print("done without error")
Result:
Report an issue