cours/manim add.md
Oscar Plaisant 3a5cad8e48 update
2024-12-17 18:49:14 +01:00

17 lines
278 B
Markdown

up:: [[manim]]
title:: "ajouter une forme sur l'écran"
#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