Exercise: Get sum of tuple

Create a function called get_sum that takes a tuple as an argument and returns the sum of its values.
Python
Setting up Python environment...
Output