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

278 B

up:: manim title:: "ajouter une forme sur l'écran" #informatique/langage/python


self.add(Shape)

On peut ajouter plusieurs formes :

self.add(Shape1, Shape2, ...)
  • [I] utiliser l'unpacking pour ajouter une liste d'éléments d'un coup