* corrected erronious JinJa templates and toml files. Regenerated test files.
* Corrected classmethod to only load include != false test cases into TestCaseTOML dict.
* Update exercises/practice/hamming/.meta/tests.toml
* Regenerated hamming test file.
* Add blurb for Comparison concept
* Add introduction for Comparisons concept
* Add documentation for about.md for Comparisons concept on python track
* Add links to resources for comparisons concept in python track
* Update concepts/comparisons/.meta/config.json
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/.meta/config.json
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/.meta/config.json
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/links.json
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
* Update concepts/comparisons/links.json
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
* Update concepts/comparisons/introduction.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update description for official python operators
* Add note about short circuiting in comparison chaining
* changed unpacking declaration to simple declaration
* Update concepts/comparisons/about.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
* Update example of membership test with better variable names
* Changed double quotes to single ones for consistency
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/links.json
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
* Add comparisons link at the bottom of the document
* Add note for comparison priority
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Add link for arithmetic conversions
* Add example for complex number comparison
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/about.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
* Add period and convert statement to h3
* Replace single letter variable with more verbose ones
* Update example of membership test
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Minor apostrophe update
* Update concepts/comparisons/about.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/introduction.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Add chinese and korean strings for comparison
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Fix broken link due to mistyped word
* Remove code samples and change prose as per about.md
* Update concepts/comparisons/.meta/config.json
* Apply suggestions from code review
Markdown style standards: one-sentence-per-line changes.
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
* Change examples of chinese and korean words
* Mention Chinese and Korean in title case
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
* Update concepts/comparisons/about.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
Co-authored-by: Job van der Wal <48634934+J08K@users.noreply.github.com>
* Pulled down updares from problem-specs. Updated JinJa2 teamplate, regenerated test file, and updated instructions.md.
* Forgot to clean the code from the stub file. Eeek.
Changed in-line links to reference links. Hope that this also fixes hint problem. But either way, it needed to be done to conform to the markdown spec.