1 2 3 4 5 6
# builtin type that is not iterable try: for i in 1: pass except TypeError: print('TypeError')