Skip to content

Commit 6cd277b

Browse files
authored
Update README.md
1 parent 29667c9 commit 6cd277b

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1-
# cs50python
2-
My problem sets for CS50 Python
3-
Course website : https://cs50.harvard.edu/python/2022/
1+
# CS50 Python Problem Sets
2+
3+
This repository contains my solutions to the problem sets for CS50's Introduction to Programming with Python course.
4+
5+
## Installation
6+
7+
To install this repository, you will need to have the following installed:
8+
9+
* Python 3.6 or later
10+
* Pip
11+
12+
Once you have those installed, you can fork this repository and view the solutions
13+
14+
## Contributing
15+
If you would like to contribute to this repository, you can do so by submitting bug reports, feature requests, or code changes.
16+
17+
* To submit a bug report, please open an issue on the project's GitHub page.
18+
* To submit a feature request, please open an issue on the project's GitHub page and explain what feature you would like to see added.
19+
* To submit a code change, please fork the project on GitHub and submit a pull request.
20+
21+
22+
23+
## Assignments
24+
This repository contains the following assignments from CS50's Introduction to Programming with Python course:
25+
26+
**To be added**
27+
28+
## License
29+
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)