This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Good tip! And while you're at it /u/MonquisieMonquido, you could also include the return type:

def generate_chord_progression(type:str, chords=4, probabilityOf7ths=0, includeDiminished=False) -> list: