Domanda di colloquio di Meta

Python Question: function that pulls list and compares to parameter with amount. Display the total # of elements in the list with a total value less than the amount.

Risposta di colloquio

Anonimo

20 apr 2022

Did a for loop , adding each item to a new list and , creating a total to check against the amount.