Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 70e5e31

Browse files
Update
Update
1 parent b3bfeff commit 70e5e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Python3/048_Rotate Image.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ def rotate(self, matrix):
2424
matrix[i].reverse()
2525
return matrix
2626

27+
2728
if __name__ == "__main__":
2829
assert Solution().rotate([[1, 2, 3], [8, 9, 4], [7, 6, 5]]) == [[7, 8, 1], [6, 9, 2], [5, 4, 3]]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /