HOTSPOT
You are developing a Python application for an online game.
You need to create a function that meets the following criteria:
The function is named update_score

The function receives the current score and a value

The function adds the value to the current score

The function returns the new score

How should you complete the code? To answer, select the appropriate code segments in the answer area.
Hot Area:
