Skip to content
#

python-list

Here are 17 public repositories matching this topic...

over_nine_thousand() takes a list of numbers named lst as a parameter. It sums the elements of the list until the sum is greater than 9000. When this happens, the function should return the sum. If the sum of all of the elements is never greater than 9000, the function should return total sum of all the elements. If the list is empty, the functi…

  • Updated Jan 25, 2021
  • Python

Improve this page

Add a description, image, and links to the python-list topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-list topic, visit your repo's landing page and select "manage topics."

Learn more