make a list of class attributes in the order they appear

前端 未结 0 783
离开以前
离开以前 2021-01-31 10:33

I have a tuple of classes in the following format:

In: print(my_tuple)

Out: (class_name(c=1, b=2, a=3),class_name(c=4, b=5, a=6),class_         


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