Skip to content

Commit eb5c5ff

Browse files
authored
Update README.md
Adding contact methods in readme would be very beneficiary as it will directly help in building better networking.
1 parent 073cbd2 commit eb5c5ff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic-Python-Programs
22

3-
3+
<i>Our Python Code Repository is a community-driven platform for sharing high-quality Python programs. With contributions from members of the community, our repository contains a collection of Python codes for others to learn from and use. We welcome contributions from anyone who wants to share their code and follow our guidelines. Our moderators review all pull requests to ensure the quality and consistency of our repository. Join our community and contribute to creating a valuable resource for Python developers worldwide.</i></br>
44
## How to Contribute
55

66
1. Fork the repository to your GitHub account.
@@ -51,11 +51,14 @@ Ex- if you have modified mid_index calculation to mid_index=start+(end-start)//2
5151
mid_index=start+(end-start)//2
5252
```
5353
Commit message for the same would be:
54-
```Mid integer overflowing avoided```
54+
```Mid integer overflowing avoided```</br>
5555
Extended (optional) description could be:
5656
```The benefit of this formula is that it avoids integer overflow when calculating the midpoint index for large values of start and end.
57-
In the formula mid = (start + end) / 2, if start and end are large integers, adding them may exceed the maximum value that can be stored in an integer variable, leading to integer overflow and potentially incorrect results.```
57+
In the formula mid = (start + end) / 2, if start and end are large integers, adding them may exceed the maximum value that can be stored in an integer variable, leading to integer overflow and potentially incorrect results.
58+
```
5859

5960
- Include documentation for new features.
6061

6162
<h4>If you have any questions or need help with contributing to the project, please reach out to us via GitHub issues</h4>
63+
64+
<i><h3>We welcome any feedback, suggestions, or contributions to our project. Please feel free to reach out to us if you have any questions or would like to contribute.</h3></i>

0 commit comments

Comments
 (0)