Question: PYTHON: 5.34 Write function statement that takes as input a list of floating-point numbers, with positive numbers representing deposits to and negative numbers representing withdrawals
PYTHON:

5.34 Write function statement that takes as input a list of floating-point numbers, with positive numbers representing deposits to and negative numbers representing withdrawals from a bank account. Your function should return a list of two floating-point numbers: the first will be the sum of the deposits, and the second (a negative number) will be the sum of the withdrawals. statements ([30.95, 15.67, 45.56 55.00, 43.78]) [120.29 70.67]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
