Skip to content

Instantly share code, notes, and snippets.

@201411108
Created August 14, 2021 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 201411108/fb30813de16f65246f46c9a9d6f48548 to your computer and use it in GitHub Desktop.
Save 201411108/fb30813de16f65246f46c9a9d6f48548 to your computer and use it in GitHub Desktop.
numpy 없이 이중배열 행열 반전하기
# target_list : [][]
list(map(list, zip(*target_list)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment