Skip to content

Instantly share code, notes, and snippets.

@titouanc
Created October 24, 2012 14:27
Show Gist options
  • Save titouanc/3946369 to your computer and use it in GitHub Desktop.
Save titouanc/3946369 to your computer and use it in GitHub Desktop.
ULB - BA1 Sc Info - 2012-2013 - Projet 2 DATA
bande_gauche = [['Verte', 150, 2, 1], ['Verte', 50, 1, -1], ['Jaune', 50, 1, -1], ['Jaune', 50, 0, 2]]
bande_milieu = [['Verte', 50, 4, 3], ['Mauve', 50, 2, 2]]
bande_droite = [['Jaune', 100, 6, 2], ['Verte', 50, 3, 2], ['Jaune', 100, 2, 1], ['Jaune', 100, 1, 1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment