Skip to content

Instantly share code, notes, and snippets.

@Kazamy32
Kazamy32 / essai.py
Last active July 14, 2025 17:58
essai triangles
import kandinsky as k
import ion
# Dimensions de l'écran
width, height = 320, 240
# Couleurs
background_color = k.color(255, 255, 255)
button_color = k.color(0, 0, 255)
selected_button_color = k.color(0, 255, 0)