Exercise: A Sum of Zero

Let's search for two numbers that have a sum of 0.

Problem Statement #

You must implement the check_sum() function which takes in a list and returns True if the sum of two numbers in the list is zero. If no such pair exists, return False.

Get hands-on with 1200+ tech skills courses.