0
Python for guitarist
I want to create code for guitarist, for the moment i create a tool for find the notes on the fretboard! https://code.sololearn.com/cUf5N7dszcsZ/?ref=app
2 Antworten
+ 7
Cool idea :)
One hint - your ind variable could easily be transformed into a dictionary, for code clarity.
Keys could be chord numbers, values - the respective note.
0
Ok, I modify it, I hope you like it
https://code.sololearn.com/cUf5N7dszcsZ/?ref=app