修改提问模块
This commit is contained in:
@@ -11,7 +11,7 @@ class PickerStudent:
|
||||
|
||||
def __init__(self, name: str, so: str, position: int, scores: list[int]):
|
||||
self._name = name
|
||||
self._so = so
|
||||
self._so = str(so)
|
||||
self._position = position
|
||||
self._scores = scores
|
||||
self._modify = False
|
||||
|
||||
Reference in New Issue
Block a user