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