python blank except code example Example: python try except empty try: print("I will try to print this line of code") except: pass