Skip to content

Instantly share code, notes, and snippets.

@andreyshuster
Last active July 27, 2022 16:41
Show Gist options
  • Save andreyshuster/e0d5af19c4a780a35b7f97e0c84959ce to your computer and use it in GitHub Desktop.
Save andreyshuster/e0d5af19c4a780a35b7f97e0c84959ce to your computer and use it in GitHub Desktop.
Rotate matrix oneliner
list(zip(*original[::-1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment