From 639e7c5f07f3d1337c50d7f695826fb7dd474e86 Mon Sep 17 00:00:00 2001 From: Falaq Abdulmajeed Date: Sun, 29 Dec 2024 19:22:26 +0300 Subject: [PATCH] sum formatting in function --- solutions/cumulative_sum.py | 1 - 1 file changed, 1 deletion(-) diff --git a/solutions/cumulative_sum.py b/solutions/cumulative_sum.py index 4de900349..8f5cbb435 100644 --- a/solutions/cumulative_sum.py +++ b/solutions/cumulative_sum.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- - """ Module: cumulative_sum