Python for guitarist | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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

29th Nov 2017, 9:59 AM
Matteo Pellegrini
Matteo Pellegrini - avatar
2 Respuestas
+ 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.
29th Nov 2017, 10:09 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
Ok, I modify it, I hope you like it https://code.sololearn.com/cUf5N7dszcsZ/?ref=app
29th Nov 2017, 5:42 PM
Matteo Pellegrini
Matteo Pellegrini - avatar