You can write a program in Python that calculates a ball's bounce using the given formula, where the bounce is 0.6 of its height. The program will take the initial height and the number of bounces as user inputs. Here's an example implementation:
python