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
if the sum of two numbers in the list is 0. If no such pair exists, return False
.
Get hands-on with 1400+ tech skills courses.