Digital Marketing

TheAlgorithms/Python - master

Please consider running psf/black on your Python file(s) because it makes your code more readable and automatically aligns it with much of PEP 8. There are other code formatters (autopep8, yapf) but the black style is now the recommendation of the Python Core Team. To use it,

pip3 install black  # only required the first time
black .

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database