python 關於繼承的實驗

出現了 如下的報錯,主要是那一句takes 3 positional arguments but 4 were given 經過排查,在寫繼承類時,寫的是 super().__init__(self, 參數,參數)  class IceCream(Restaurant): def __init__(self, restaurant_name, cuisine_type):
相關文章
相關標籤/搜索