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: CSSE120StartingCode/IntroductionToPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OzzlyOsborne/IntroductionToPython
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.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 31, 2017

  1. I added my name

    OzzlyOsborne committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    0015f28 View commit details
    Browse the repository at this point in the history
  2. Changed all Todos to Done

    Changed Todo to To_do to keep for notes on line 37
    Created a print command
    Found the product of the two numbers
    Am now committing
    OzzlyOsborne committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    a74e286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d4357 View commit details
    Browse the repository at this point in the history
  4. Changed Todos to Done

    Changed some coloring of the turtle on line 59
    Changed speed and movement of the turtle 'dave'
    Changed color and movement of the turtle 'matt'
    Added a new turtle 'feels' with some movement and a color
    OzzlyOsborne committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    d0f1214 View commit details
    Browse the repository at this point in the history
  5. Changed Todos to Done

    Used code from m4e as a template to create new turtles red_turtle and blue_turtle
    The red turtle was set to make a circle, while the blue was set to make a square
    This was done using a for loop
    OzzlyOsborne committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    dd21396 View commit details
    Browse the repository at this point in the history
Loading