edit fichier enoncé et images algo
This commit is contained in:
@@ -256,11 +256,10 @@ Vu le nombre d'animaux qu'il va falloir gérer, quelle structure proposez vous ?
|
||||
|
||||
|
||||
```python
|
||||
def ...
|
||||
|
||||
...= ...(a_id, energie_init[a_id], temps_gestation[a_id], x, y)
|
||||
self.animaux.append(animal)
|
||||
self.grille[y][x] = animal
|
||||
def ...:
|
||||
= ...(a_id, energie_init[a_id], temps_gestation[a_id], x, y)
|
||||
self.animaux.append(animal)
|
||||
self.grille[y][x] = animal
|
||||
|
||||
```
|
||||
Ici, on applique donc notre quota :
|
||||
|
||||
BIN
Projets/wator/assets/algo_thon.png
Normal file
BIN
Projets/wator/assets/algo_thon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
Projets/wator/assets/capture_images.png
Normal file
BIN
Projets/wator/assets/capture_images.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 500 KiB |
Reference in New Issue
Block a user