How can I merge the result input function to an actual table? Win gives 3 points, draw 1 and loss 0

前端 未结 0 616
广开言路
广开言路 2020-11-27 22:28
class Team:
    def __init__(self, team, win=0, draw=0, loss=0, scored=0, conceeded=0):
        self.team = team
        self.win = win
        self.loss = loss
             


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