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: 4GeeksAcademy/python-lists-loops-programming-exercises
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kelenin/python-lists-loops-programming-exercises
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 25 files changed
  • 1 contributor

Commits on Jul 19, 2022

  1. new file: .learn/resets/01-hello-world/app.py

    new file:   .learn/resets/01.1-Access-and-Retrieve/app.py
    new file:   .learn/resets/01.2-Retrieve-items/app.py
    new file:   .learn/resets/01.3-Print-the-last-one/app.py
    new file:   .learn/resets/01.4-Add-item-to-list/app.py
    new file:   .learn/resets/01.5-loop-seventeen/app.py
    new file:   .learn/resets/02-Loop-list/app.py
    new file:   .learn/resets/02.1-Loop-from-the-top/app.py
    new file:   exercises/01-hello-world/__pycache__/test.cpython-38-PYTEST.pyc
    modified:   exercises/01-hello-world/app.py
    new file:   exercises/01.1-Access-and-Retrieve/__pycache__/app.cpython-38.pyc
    new file:   exercises/01.1-Access-and-Retrieve/__pycache__/test.cpython-38-PYTEST.pyc
    modified:   exercises/01.1-Access-and-Retrieve/app.py
    new file:   exercises/01.2-Retrieve-items/__pycache__/test.cpython-38-PYTEST.pyc
    modified:   exercises/01.2-Retrieve-items/app.py
    new file:   exercises/01.3-Print-the-last-one/__pycache__/app.cpython-38.pyc
    new file:   exercises/01.3-Print-the-last-one/__pycache__/test.cpython-38-PYTEST.pyc
    modified:   exercises/01.3-Print-the-last-one/app.py
    new file:   exercises/01.4-Add-item-to-list/__pycache__/app.cpython-38.pyc
    new file:   exercises/01.4-Add-item-to-list/__pycache__/test.cpython-38-PYTEST.pyc
    modified:   exercises/01.4-Add-item-to-list/app.py
    new file:   exercises/01.5-loop-seventeen/__pycache__/test.cpython-38-PYTEST.pyc
    modified:   exercises/01.5-loop-seventeen/app.py
    new file:   exercises/02-Loop-list/__pycache__/test.cpython-38-PYTEST.pyc
    modified:   exercises/02-Loop-list/app.py
    kelenin committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b0c31b4 View commit details
    Browse the repository at this point in the history
Loading