Initial commit

This commit is contained in:
Pascal Engélibert 2025-02-27 00:41:31 +01:00
commit 778fe31c38
35 changed files with 1849 additions and 0 deletions

13
pub/level1.py Normal file
View file

@ -0,0 +1,13 @@
"""
Niveau 1
Jouer un son
"""
# Permet d'utiliser les fonctions audio
import synth
# crée un encodeur audio
encoder = synth.Encoder()
# écrit un échantillon
encoder.write(0)