修改提问模块

This commit is contained in:
2025-06-28 18:43:36 +08:00
parent b29750b56b
commit 8a07bb728e
4 changed files with 138 additions and 148 deletions

View File

@@ -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