Skip to content

Instantly share code, notes, and snippets.

@201411108
Created August 14, 2021 12:42
Show Gist options
  • Select an option

  • Save 201411108/fb30813de16f65246f46c9a9d6f48548 to your computer and use it in GitHub Desktop.

Select an option

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