5 lines
98 B
Python
5 lines
98 B
Python
|
|
class ScoreList(list):
|
|
"""Player tuple (name, lastname) and score"""
|
|
def __init__(self):
|