Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# Intresting-Programs-in-Python
We are going to add an some programs which most likely based on logic
We are going to add an some programs which most likely based on logic

# Intresting-Programs-in-Python
This repository is bascially for those who want to fresh start their open source journey or want to contribute for hacktoberfest 2k18
Only Just follow the following steps
git remote set-url origin https://github.com/<Put your Github UserName>/Intresting-Programs-in-Python.git
git checkout -b <Branch Name>
git commit -m "<Commit the Pull request all about>"
git add <fileName>
git push origin <Branch Name>

# Done With these Steps