Skip to content

Commit 93858a4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 51180b2 commit 93858a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/arrays/Set Matrix Zero.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def setMatrixZeroes(matrix):
2525
for row in matrix:
2626
print(" ".join(map(str, row)))
2727

28+
2829
# Driver Code
2930
n = int(input("Enter number of rows: "))
3031
m = int(input("Enter number of columns: "))

0 commit comments

Comments
 (0)