python_koans
python_koans copied to clipboard
AboutRegex: Unclear Instruction
It's unclear what myArray
refers to in the line below.
https://github.com/gregmalcolm/python_koans/blob/800cdf5db9e8539681723ca541e03b28e2117b28/koans/about_regex.py#L83
Hey @programmer-ke , I am very new to contributing and It's stuff , can you please elaborate what is to be done ?
change_this_search_string = 'a..xlx' does it need to be changed ?
Hey @programmer-ke , I am very new to contributing and It's stuff , can you please elaborate what is to be done ?
change_this_search_string = 'a..xlx' does it need to be changed ?
Hello @aryanvarma7272, the issue is that it's unclear what is to be done here, since myArray is not referenced in the code. I'm guessing it was a copy-paste error while porting the koan to python
Hey @programmer-ke , I am very new to contributing and It's stuff , can you please elaborate what is to be done ? change_this_search_string = 'a..xlx' does it need to be changed ?
Hello @aryanvarma7272, the issue is that it's unclear what is to be done here, since myArray is not referenced in the code. I'm guessing it was a copy-paste error while porting the koan to python
Hey @programmer-ke, so is the issue just the comment? I don't see any other issue there. As you said, might be a copy-paste issue while porting.