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: samulanda/Python-basic-codes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Text-file-and-lists
Choose a base ref
...
head repository: samulanda/Python-basic-codes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on May 31, 2022

  1. Add files via upload

    Function that creates a dictionary from a text file. The file contains names of people and about four digits (qualifications), associated with each of them. the dictionary that is generated has the names as keys and the values are the qualifications
    samulanda authored May 31, 2022
    Configuration menu
    Copy the full SHA
    117eda3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c777ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from samulanda/Text-files-and-dictionaries

    Text files and dictionaries
    samulanda authored May 31, 2022
    Configuration menu
    Copy the full SHA
    a397ae4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Add files via upload

    samulanda authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7987f1a View commit details
    Browse the repository at this point in the history
Loading