diff --git a/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py b/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py index fb7363b..06d4383 100755 --- a/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py +++ b/0x07-rotate_2d_matrix/0-rotate_2d_matrix.py @@ -1,6 +1,7 @@ #!/usr/bin/python3 """ 2D rotation """ + def rotate_2d_matrix(matrix): """function that takes a matrix and rotates it 90 degrees