def test1(): def test2(): if False: return 1 else: return 2 test2()
I don\'t know why, but this function isn\'t