We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6dac3 commit cc40a9cCopy full SHA for cc40a9c
2D Array(Hourglass Problem)
@@ -8,7 +8,7 @@ import sys
8
9
# Complete the hourglassSum function below.
10
def hourglassSum(a):
11
- s=0
+ s=-100
12
for i in range(0,4):
13
for j in range(0,4):
14
t=0
0 commit comments