Class instance somehow contains elements of different existing instance of the same class

前端 未结 0 1672
误落风尘
误落风尘 2020-12-09 04:14

I have written a simplified version of my code with this problem (Python 3.9):

class myClass:
    def __init__(self, elements: list):
        for el in elemen         


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