def ShowDish(self): Dish.ShowDish(self) print("""4) bonus - {0} 5) calories - {1}""".format(self.bonus, self.calories))
def ShowDish(self): Dish.ShowDish(self) print("4) bonus - " + self.bonus + "\n5) calories - " + self.calories)