-
i have 5 parts to the question and on the last part its asking me for adding comments, which i have done, i know the answers to the questions are right and ive checked the whole code area for pep8 and…
-
y sự
-
The instruction given does not provide sufficient information on how the algorithm works.
(1) when 'aaaaaaaaaaaaaaaaaa' is provided as key, what algorithm does it go through to encode? What determin…
-
Honestly I actually thought the test runner was simply glitching. I thought perhaps the variants would be listed _right there_. I never even glanced at the second test failure because I was trying t…
-
## Proposal: A built-in Go error check function, `try`
**This proposal has been [closed](https://github.com/golang/go/issues/32437#issuecomment-512035919). Thanks, everybody, for your input.**
B…
-
This issue describes how to implement the `functions` **concept exercise** for the Python track.
There is an outdated issue for this exercise with some discussion. It can be found [here](https://g…
-
> How should we run the tests? Should we use nixpkgs lib.runTests or something like [nixt](https://github.com/nix-community/nixt/)?
_—@terlar in https://github.com/exercism/nix/issues/1#issuecommen…
-
Over the years, the track README become quite big with some large sections.
To make it easier to read, one suggestion would be to make each big section that is about a specific topic a separate .md…
-
The test currently expects you to convert "\t" and "\n" to "t" and "n". The intent is presumably to check that the two-character sequences "\\" + "t" and "\\" + "n" get converted to "t" and "n", as t…
-
This issue describes how to implement the `unpacking` and `multiple assignment` **concept docs**.
You can find the related **concept exercise** issue [here](https://github.com/exercism/python/issues…