首頁 > 問答 > 主體
class Test:
def foo():
def hello(self):
foo()
運行結果
>>> c = Test()
>>> c.hello()
#hello fishc