Skip to content

Instantly share code, notes, and snippets.

@titouanc
Created October 24, 2012 15:47
Show Gist options
  • Save titouanc/3946865 to your computer and use it in GitHub Desktop.
Save titouanc/3946865 to your computer and use it in GitHub Desktop.
ULB - BA1 Sc Info - 2012-2013 - Projet 2 DATA2
bande_de_gauche = [['Verte', 150, 4, -1], ['Mauve', 50, 4, -1], ['Jaune', 50, 5, 1], ['Verte', 50, 0, 2]]
bande_du_milieu = [['Jaune', 50, 7, 3], ['Mauve', 50, 2, 2]]
bande_de_droite = [['Mauve', 150, 1, 1], ['Verte', 50, 3, 2], ['Verte', 150, 2, 1], ['Jaune', 50, 6, 1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment