How to make the “return statement-related” code to become a parameter value of a function?

前端 未结 0 692
傲寒
傲寒 2020-12-22 03:55

Here is the working code with some lines omitted for brevity.

class DataGenerator():
    def __init__(self):
        self.unique_id_list = []
        self.dem         


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