Movatterモバイル変換


[0]ホーム

URL:


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

Commit70e5e31

Browse files
committed
Update
Update
1 parentb3bfeff commit70e5e31

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
returnmatrix
2626

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp