Adding conditions and other things to a Parent Method in Python 3

前端 未结 0 1604
长发绾君心
长发绾君心 2020-12-03 04:29

I\'m interested in changing/updating a parent method I have from inheritance. Here\'s the parent code:

class Mage(Character):
  def __init__(self):
    super(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题