This is a little game where a bear chases a jar of jam and tries to eat it. If you eat the jam 5 times, you win! You have the option to choose the speed of both the bear and the jam. However, this code has some duplication that could be improved by better using variables and improving organization. Refactor the code to improve it! As you review and refactor the code, please write comments that explain what the code does and what changes you've made.