https://github.com/mightyscollins/python-challenges
https://github.com/mightyscollins/python-challenges
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mightyscollins/python-challenges
- Owner: MightySCollins
- License: mit
- Created: 2018-08-30T09:56:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T09:58:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T15:12:30.751Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Challenges
A small collection of programming challenges## Rules
- All code should be formatted following [PEP8](https://www.python.org/dev/peps/pep-0008/) or formatted using [Black](https://github.com/ambv/black)
- All code should run with [Python 3.7](https://docs.python.org/3/whatsnew/3.7.html)## Tasks
### Task 1
Fill in the code in `guess.py`. Satisfy the assertions by making the functions return the correct results.## Good Links
- Simple Guide to PEP8 - https://www.datacamp.com/community/tutorials/pep8-tutorial-python-code