cours/manim add.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

17 lines
280 B
Markdown

up:: [[manim]]
title:: "ajouter une forme sur l'écran"
#s/informatique/langage/python
---
```python
self.add(Shape)
```
On peut ajouter plusieurs formes :
```python
self.add(Shape1, Shape2, ...)
```
- [I] utiliser l'unpacking pour ajouter une liste d'éléments d'un coup