odd/even

PythonF

Odd-Even Values Difference

Given a value of N positive integers, the program must print the difference between the sum of odd integers and the sum of even integers.…