Skip to content

Commit 2666979

Browse files
committed
format fixed
1 parent fe8c677 commit 2666979

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

maths/special_numbers/a_very_big_sum.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
<<<<<<< HEAD
21
def a_very_big_sum(arr: list[int]) -> int:
3-
=======
4-
from typing import List
5-
6-
7-
def a_very_big_sum(arr: List[int]) -> int:
8-
>>>>>>> 2e5b8980304014f131c23d43a7a08e624c23de8b
92
"""
103
Return the sum of all integers in the input array.
114
@@ -25,3 +18,4 @@ def a_very_big_sum(arr: List[int]) -> int:
2518
result = a_very_big_sum(arr)
2619
print(f"Sum of {arr} is {result}")
2720

21+

0 commit comments

Comments
 (0)