Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:exercism/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
...
head repository:squeakyboots/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 0 files changed
  • 1 contributor

Commits on Sep 29, 2021

  1. Minor code example fixes

    The example code for instruction 3 has a tuple as input but per the test cases and pre-fab docstring it should take a "str, list" (as opposed to "tuple(str, list)"). In short there are extra parenthesis. In instruction 4 the second code example returns `{'blue cheese', 'pinenuts', 'pork tenderloin'}` but with the current data in sets_categories_data.py should return `{'pork tenderloin', 'blue cheese', 'pine nuts', 'onions'}` after correcting the missing space in pine nuts in the input. I'm guessing onions were maybe added later and pine nuts was spaced after the instruction was written.
    @squeakyboots
    squeakyboots authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a4d1ffeView commit details
    Browse the repository at this point in the history
  2. Merge pull request#1from squeakyboots/squeakyboots-cater_waiter_min…

    …or_example_fixes Minor code example fixes
    @squeakyboots
    squeakyboots authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3e2f009View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c595f6cView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d91aab8View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    c679542View commit details
    Browse the repository at this point in the history
Loading