An open API service indexing awesome lists of open source software.

https://github.com/mightyscollins/python-challenges


https://github.com/mightyscollins/python-challenges

Last synced: 3 months ago
JSON representation

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