Trying to call a function within class but it's not working

前端 未结 0 1239
醉酒成梦
醉酒成梦 2020-12-24 00:58

I am trying to call a function but it\'s not working. here is the code:

class Compagnie:
    def __init__(self, nom, actions, prix):
        self.nom = nom
           


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