函数后面两个()()

it2024-09-30  35

def func(d): print("this is func"); print(d); def func8(x): print(x); return func8; func(20)(9)

最新回复(0)