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: gregmalcolm/python_koans
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codealchemy/python_koans
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 17 files changed
  • 1 contributor

Commits on Feb 18, 2019

  1. About asserts

    codealchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    531364b View commit details
    Browse the repository at this point in the history
  2. About strings

    codealchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    8c38c10 View commit details
    Browse the repository at this point in the history
  3. About None

    codealchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    74a46e3 View commit details
    Browse the repository at this point in the history
  4. About lists / assignments

    codealchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    cf5da0a View commit details
    Browse the repository at this point in the history
  5. About dictionaries

    codealchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    afdf005 View commit details
    Browse the repository at this point in the history
  6. About string manipulation

    codealchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    91ed486 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. About tuples

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    37e3faf View commit details
    Browse the repository at this point in the history
  2. About methods

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    24ff62a View commit details
    Browse the repository at this point in the history
  3. About control statements

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    abfee70 View commit details
    Browse the repository at this point in the history
  4. About True / False

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    8178000 View commit details
    Browse the repository at this point in the history
  5. About sets

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ab5fc20 View commit details
    Browse the repository at this point in the history
  6. Triangle example

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    88d6f33 View commit details
    Browse the repository at this point in the history
  7. About exceptions

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    c5067eb View commit details
    Browse the repository at this point in the history
  8. Triangle - take 2

    Rough first pass
    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1f4984b View commit details
    Browse the repository at this point in the history
  9. About iteration

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1fc48b3 View commit details
    Browse the repository at this point in the history
  10. About comprehension

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    7b37912 View commit details
    Browse the repository at this point in the history
  11. About generators

    codealchemy committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    86ae1cf View commit details
    Browse the repository at this point in the history
Loading