示例#1
0
def aux_2(a: Alumno):
    return (a.get_curso(), a.get_apellido(), a.get_nombre(), a.get_nro_reg(),
            a.get_dni())