Question d’entretien chez 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.

Réponse à la question d'entretien

Utilisateur anonyme

20 avr. 2022

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