-1
Alunos = {
111: {
'nome' : 'Joao',
'curso' : 'ADS'
},
222: {
'nome' : 'Pedro',
'curso' : 'SI'
},
333: {
'nome' : 'Maria',
'curso' : 'SI'
}
}
I need to write a script to show the names of the students whose course is SI. I’m not getting logic and the teacher didn’t teach it, I already looked on the internet and I couldn’t get anything to give a light.
Thank you Anderson
– Anderson Pissulin