You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Scale Generator' exercise https://exercism.org/tracks/python/exercises/scale-generator is assigned to 'Generators' concept but it's not related to 'Generators' language feature. Expected output is a list and not a generator object so it might be better to move it to 'Lists' concept.