Thanks to visit codestin.com
Credit goes to github.com

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: Python006-006/Python006-006
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SimpleIcy/Python006-006
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 3, 2021

  1. Update README.md

    修改项目readme
    SimpleIcy authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    380ce4a View commit details
    Browse the repository at this point in the history
  2. add week1 first homework:

         when call a function,log the time to the file. the file's name is begin with python and join the year,month,and the day. version 1.0
    sampleicy committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0d2f7c3 View commit details
    Browse the repository at this point in the history
  3. Create .gitignore

    SimpleIcy authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9a92ffb View commit details
    Browse the repository at this point in the history
  4. modified the git ignore file:

         add .idea directory in ignore file
    sampleicy committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    34a7362 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. add week1 first homework:

         daemon progress, only used in linux.  learn from the book(python cookbook 3th edition, page 548).
    sampleicy committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    66012b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. add re module some usage.

         a: re used for pick up phone number
         b: re used for pick up email address
         c:  re used for pick up a complex enough password
    sampleicy committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    31f4487 View commit details
    Browse the repository at this point in the history
Loading