edit correction
This commit is contained in:
@@ -72,8 +72,8 @@ def le_plus_leger(liste_pokemons):
|
||||
|
||||
```python
|
||||
def taille(liste_pokemons, nom):
|
||||
if noms in liste_pokemons:
|
||||
return pokemon[nom][0]
|
||||
if nom in liste_pokemons:
|
||||
return liste_pokemons[nom][0]
|
||||
else:
|
||||
return None
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user