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: TheAlgorithms/Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PatOnTheBack/Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 13 files changed
  • 1 contributor

Commits on Jul 5, 2019

  1. Improved Formatting and Style

    I improved formatting and style to make PyLama happier.
    
    Linters used:
    
    - mccabe
    - pep257
    - pydocstyle
    - pep8
    - pycodestyle
    - pyflakes
    - pylint
    - isort
    PatOnTheBack committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    30061ec View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Create volume.py

    This script calculates the volumes of various shapes.
    PatOnTheBack committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    d44a8ad View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Delete lucasSeries.py

    PatOnTheBack authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    64c19f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a9c56 View commit details
    Browse the repository at this point in the history
  3. Revert "Delete lucasSeries.py"

    This reverts commit 64c19f7.
    PatOnTheBack committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    1a95c78 View commit details
    Browse the repository at this point in the history
  4. Update lucasSeries.py

    PatOnTheBack authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    f6de68b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Update volume.py

    PatOnTheBack committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    c0d2daa View commit details
    Browse the repository at this point in the history
Loading