Posts by Gustavo Bonifácio • 1 point
1 post
-
0
votes0
answers35
viewsQ: I need to access the sdados of this list and save to a txt file line by line
From matricula import Aluno class repasse_matricula(Aluno): def __init__(self): arq = open('Alunos Matriculados.txt', 'r') self.alunos_matriculados = [] for k in arq: if…
python-2.7asked Gustavo Bonifácio 1