Alunos = {
111: {
'nome' : 'Joao',
'curso' : 'ADS'
},
222: {
'nome' : 'Pedro',
'curso' : 'SI'
},
333: {
'nome' : 'Maria',
'curso' : 'SI'
}
}
I need to make a script to show the names of students whose course is YES. I am not being able to have logic and the teacher did not teach it, I already looked for in the internet and I did not obtain anything to give a light.