try: my_dangerous_code() except: print("Caught literally any exception imaginable!")
Is Bad:
Not Bad: