0
Why in line 18 I can't to add data of student
Give me AttributeError: 'Estudiante' object has no attribute 'append' Please tell me how to resolve this, since yesterday I'm on it đ”đ”đ” https://code.sololearn.com/ckfkPOe9V3lE/?ref=app
2 Answers
+ 2
Thank you đđđ€Łđ€Łđ€Ł
+ 1
Estas tratando a Estudiante como si fuera una lista, y no lo es. AdemĂĄs, pedĂs los datos del estudiante para asignar a "nuevo_estudiante" y de nuevo dentro de "lee_y_añade_estudiante".