TheAlgorithms / Python

All Algorithms implemented in Python
https://the-algorithms.com/
MIT License
183.96k stars 44.28k forks source link

Josephus problem #2272

Closed rayvantsahni closed 4 years ago

rayvantsahni commented 4 years ago

I tried adding the josephus problem in math folder but Travis CI is showing some error. I think i need some help to proceed further please..

spamegg1 commented 4 years ago

https://github.com/TheAlgorithms/Python/pull/2270#issuecomment-667886895

Run the code through the black formatter. You can install it with pip install black then run it from the command line as black filename.py