Exercise: A Sum of Zero
Search for two numbers that have a sum of 0.
Problem statement
You are required to implement the check_sum()
function which takes in a list and returns ...
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 returns ...