...
Exercise: A Sum of Zero
Search for two numbers that have a sum of 0.
You are required to implement the check_sum() function which takes in a list and ...
check_sum()