class Restaurant(object): bankrupt = False def open_branch(self): if not self.bankrupt: print("branch opened").
確定! 回上一頁