Exercise: Use for-loop to get sum of numbers

Create a for-loop that iterates over the tuple numbers. The loop should calculate the sum of all elements within numbers.
Hint: Update total_sum in each iteration of the loop.
Python
Setting up Python environment...
Output