00:01
0
res
=
[]
for
animal
in
table_animaux
:
res
.
append
(
animal
)
if
animal
[
'enclos'
]
==
num_enclos
:
return
res
def
selection_enclos
(
table_animaux
,
num_enclos
):