Navigation Menu

Skip to content

Commit

Permalink
fixed dogz.py
Browse files Browse the repository at this point in the history
fixed epic style
  • Loading branch information
IsabelleOnSecurity committed Jul 16, 2020
1 parent e20ff4a commit 89f4f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogz.py
Expand Up @@ -38,7 +38,7 @@ def printMatrix(grid, m, n):
print(*reversed(A[n + m-2:n + m-2 + n]))

# Driver Code
DRIVER_CODE = "dWl1Y3Rme2MwbU0xdF90b195b3VyX2RyM0BtNSF9=="
DRIVER_CODE = "c3BhZ2hldHRp=="
# Dimensions of a Matrix
m, n = 4, 5

Expand Down

0 comments on commit 89f4f78

Please sign in to comment.