python_koans icon indicating copy to clipboard operation
python_koans copied to clipboard

How to skip lessons

Open morenoh149 opened this issue 1 year ago • 0 comments

Is there a way to tell the runner that it should start with some lesson?

Best I could find was to add a # on all the lines up to the Generator lesson (I'm trying to refresh on generators right now).

https://github.com/gregmalcolm/python_koans/blob/master/koans.txt#L1

# Lines starting with # are ignored.
#koans.about_asserts.AboutAsserts
#koans.about_strings.AboutStrings
#koans.about_none.AboutNone
koans.about_lists.AboutLists
koans.about_list_assignments.AboutListAssignments
koans.about_dictionaries.AboutDictionaries
...
``

morenoh149 avatar Jun 21 '23 21:06 morenoh149