Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 324 Bytes

bouncing-numbers

Solving a challenge

The solution can be found in bouncing.py

To execute it, one must import all from bouncing.py and call the function bouncing, passing to it a float higher than zero and lesser than one in a python 3 environment.

For example, for an desired percentage of 50%, just call: bouncing(.5)