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: shushrutsharma/Data-Structures-and-Algorithms-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jatin7k8/Data-Structures-and-Algorithms-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Oct 5, 2024

  1. create a file jatin.py

    I just write a short message over there
    jatin7k8 committed Oct 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fb203d8 View commit details
Showing with 43 additions and 0 deletions.
  1. +3 −0 .idea/.gitignore
  2. +12 −0 .idea/Data-Structures-and-Algorithms-Python.iml
  3. +6 −0 .idea/inspectionProfiles/profiles_settings.xml
  4. +7 −0 .idea/misc.xml
  5. +8 −0 .idea/modules.xml
  6. +6 −0 .idea/vcs.xml
  7. +1 −0 jatin.py
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/Data-Structures-and-Algorithms-Python.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions jatin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("hello I just created a new file fo pyton")