Sorting List of Class Objects by their name(str) attribute with Turkish alphabetic order

后端 未结 0 529
执念已碎
执念已碎 2021-02-07 00:12

Hello I am trying to sort Player class objects with their name stored as their attribute like this

class Player:
def __init__(self,license_no):
    self.license =         


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