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.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. You have a very good point - while you can use generators in Scale Generator, it doesn't exactly practice generators. I've started a discussion here on the forum to gather ideas of better exercises to link up to the concept. 😄
I'm going to wait a bit before un-linking Scale Generator, but will keep this issue open to make sure I correct it.
'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.
The text was updated successfully, but these errors were encountered: