...

/

Exercise: A Sum of Zero

Exercise: A Sum of Zero

Search for two numbers that have a sum of 0.

We'll cover the following...

Problem statement

You are required to implement the check_sum() function which takes in a list and returns True ...