DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
dict python inpmenttion
Input
:
matrix
=
[
[
1
,
2
,
3
]
,
[
4
,
5
,
6
]
,
[
7
,
8
,
9
]
]
Output
:
[
1
,
2
,
3
,
6
,
9
,
8
,
7
,
4
,
5
]
Source by leetcode.com #
PREVIOUS
NEXT
Tagged:
#dict
#python
#inpmenttion
ADD COMMENT
Topic
COMMENT
Name
6+8 =
Submit