Ad

indentation fix

Code
Diff
  • def slow_sum(lst):return sum(lst)
    • def slow_sum(lst):
    • return sum(lst)
    • def slow_sum(lst):return sum(lst)