Skip to content

Instantly share code, notes, and snippets.

@CalvinLogan
Created December 4, 2018 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CalvinLogan/6d056aacae19cceecd9757278150bf62 to your computer and use it in GitHub Desktop.
Save CalvinLogan/6d056aacae19cceecd9757278150bf62 to your computer and use it in GitHub Desktop.
#dictonaries of notes
a = [9,21,33,45,57,69,81,93,105,117]
aS = [10,22,34,46,58,70,82,94,106,118]
aF = [8,20,32,44,56,68,80,92,104,116]
b = [11,23,35,47,59,71,83,95,107,119]
bS =[12,24,36,48,72,84,96,108,120]
c = [0,12,24,36,48,72,84,96,108,120]
cS = [1,13,25,37,49,61,73,85,97,109,121]
d = [26,38,50,62,74,86,98,110,122]
dS = [3,15,27,39,51,63,75,87,99,111,123]
e = [4,16,28,40,52,64,76,88,100,112,124]
eF = [3,15,27,39,51,63,75,87,99,111,123]
f = [5,17,29,41,53,65,77,89,101,113,125]
fS = [6,18,30,42,54,66,78,90,102,114,126]
fF = [4,16,28,40,52,64,76,88,100,112,124]
g = [7,19,31,43,55,67,79,91,103,115,127]
gS = [8,20,32,44,56,68,80,92,104,116]
gF = [6,18,30,42,54,66,78,90,102,114,126]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment