def function():
    print("a")
    if True:
        print("def internal")
