3 lines
93 B
Python
3 lines
93 B
Python
choices = ["yes", "mixed", "no"]
|
|
labels = ["Oui", "Mitigé", "Non"]
|
|
colors = ["g", "y", "r"]
|