优化 import
This commit is contained in:
@@ -122,6 +122,7 @@ class Student:
|
||||
for q in self._picked_questions:
|
||||
q.increase_count()
|
||||
|
||||
|
||||
class Course:
|
||||
def __init__(self, name: str):
|
||||
self._name = name
|
||||
|
||||
Reference in New Issue
Block a user