0.0039 seconds
EN | RU
TT
  • Question
  • Clues from AI
  • Submissions
Sum of Elements in a List

Write a function (def sumOfElements(lst)) that takes a list of numbers and returns the sum of all elements in the list.

main.py