how to call a methods on the list of objects created in the same class?

前端 未结 0 1576
我在风中等你
我在风中等你 2021-02-13 14:02

the code is

class Passenger:
    def __init__(self, pN, pA, dT):
        self.n = pN
        self.a = pA
        self.d = dT

    def calc(self, lo, f):
        t         


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