定義的函數的使用與前後順序無關

def yi(a): b = hi(a) return b def hi(a): a = a + a return a def bi(a): print(yi(a))
相關文章
相關標籤/搜索