Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 648 Bytes

coin_toss

Simulation of coin toss.

44% 56% coin toss

See in action:
Binder

This project uses Pipenv for virtual environment.

$ pipenv install

And JupyterLab for notebooks.

$ pipenv run jupyter lab

WARNING !!!
Code quality can be improved, do not use it for learning the best code quality practice.
Sometimes there is no cost/benefit in improving code quality of simple scripts.