def f():
    if True:
        if False:
            x =3
            y = 4
        return
        return 19
