I have this :
[{'prisonniers': [], 'sécurité': '47'},{'prisonniers': [],'sécurité':'92'}, {'prisonniers': [], 'sécurité': '38'}]
And I need to put inside another list the dict which has the lowest 'sécurity', in this case, I need this:
myList = [{'prisonniers': [], 'sécurité': '38'}]