MAX_STUDENTS = 30 # list capacity nStudents = 0 # initially empty list student = [Student() for i in range(MAX_STUDENTS)]