BadPython.com

Not checking exception type

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